Searched refs:nextid (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-2073.js33 function nextid() { function
39 this.id = nextid();
55 child.id = nextid();
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DFlowControl.py438 self.nextid = 0
447 self.blockids[block] = 'block%d' % self.nextid
448 self.nextid += 1

Completed in 196 milliseconds