Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test-timer-wrap2.js « pummel « test - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8a7502888b55579c7bcddf888fb8981af27ce364 (plain)
1
2
3
4
5
6
7
8
var common = require('../common');
var assert = require('assert');

// Test that allocating a timer does not increase the loop's reference
// count.

var Timer = process.binding('timer_wrap').Timer;
var t = new Timer();