• Home
  • Raw
  • Download

Lines Matching refs:env

24     auto env = GetEnvironment();  in ContainersCommonFuncCall()  local
31 Label valueIsJSAPIVector(env); in ContainersCommonFuncCall()
32 Label valueNotJSAPIVector(env); in ContainersCommonFuncCall()
33 Label objIsJSProxy(env); in ContainersCommonFuncCall()
34 Label objNotJSProxy(env); in ContainersCommonFuncCall()
35 Label objIsJSAPIVector(env); in ContainersCommonFuncCall()
36 Label thisArgUndefined(env); in ContainersCommonFuncCall()
37 Label thisArgNotUndefined(env); in ContainersCommonFuncCall()
38 Label callbackUndefined(env); in ContainersCommonFuncCall()
39 Label callbackNotUndefined(env); in ContainersCommonFuncCall()
40 Label nextCount(env); in ContainersCommonFuncCall()
41 Label loopHead(env); in ContainersCommonFuncCall()
42 Label loopEnd(env); in ContainersCommonFuncCall()
43 Label next(env); in ContainersCommonFuncCall()
44 Label afterLoop(env); in ContainersCommonFuncCall()
70 Label isCall(env); in ContainersCommonFuncCall()
71 Label notCall(env); in ContainersCommonFuncCall()
72 Label isHeapObj(env); in ContainersCommonFuncCall()
96 Label lenChange(env); in ContainersCommonFuncCall()
97 Label hasException(env); in ContainersCommonFuncCall()
98 Label notHasException(env); in ContainersCommonFuncCall()
99 Label setValue(env); in ContainersCommonFuncCall()
141 auto env = GetEnvironment(); in QueueCommonFuncCall() local
149 Label valueIsJSAPIVector(env); in QueueCommonFuncCall()
150 Label valueNotJSAPIVector(env); in QueueCommonFuncCall()
151 Label objIsJSProxy(env); in QueueCommonFuncCall()
152 Label objNotJSProxy(env); in QueueCommonFuncCall()
153 Label objIsJSAPIVector(env); in QueueCommonFuncCall()
154 Label thisArgUndefined(env); in QueueCommonFuncCall()
155 Label thisArgNotUndefined(env); in QueueCommonFuncCall()
156 Label callbackUndefined(env); in QueueCommonFuncCall()
157 Label callbackNotUndefined(env); in QueueCommonFuncCall()
158 Label nextCount(env); in QueueCommonFuncCall()
159 Label loopHead(env); in QueueCommonFuncCall()
160 Label loopEnd(env); in QueueCommonFuncCall()
161 Label next(env); in QueueCommonFuncCall()
162 Label afterLoop(env); in QueueCommonFuncCall()
188 Label isCall(env); in QueueCommonFuncCall()
189 Label notCall(env); in QueueCommonFuncCall()
190 Label isHeapObj(env); in QueueCommonFuncCall()
214 Label lenChange(env); in QueueCommonFuncCall()
215 Label hasException(env); in QueueCommonFuncCall()
216 Label notHasException(env); in QueueCommonFuncCall()
217 Label setValue(env); in QueueCommonFuncCall()
247 auto env = GetEnvironment(); in DequeCommonFuncCall() local
255 Label valueIsJSAPIVector(env); in DequeCommonFuncCall()
256 Label valueNotJSAPIVector(env); in DequeCommonFuncCall()
257 Label objIsJSProxy(env); in DequeCommonFuncCall()
258 Label objNotJSProxy(env); in DequeCommonFuncCall()
259 Label objIsJSAPIVector(env); in DequeCommonFuncCall()
260 Label thisArgUndefined(env); in DequeCommonFuncCall()
261 Label thisArgNotUndefined(env); in DequeCommonFuncCall()
262 Label callbackUndefined(env); in DequeCommonFuncCall()
263 Label callbackNotUndefined(env); in DequeCommonFuncCall()
264 Label nextCount(env); in DequeCommonFuncCall()
265 Label loopHead(env); in DequeCommonFuncCall()
266 Label loopEnd(env); in DequeCommonFuncCall()
267 Label next(env); in DequeCommonFuncCall()
268 Label afterLoop(env); in DequeCommonFuncCall()
294 Label isCall(env); in DequeCommonFuncCall()
295 Label notCall(env); in DequeCommonFuncCall()
296 Label isHeapObj(env); in DequeCommonFuncCall()
323 Label lenChange(env); in DequeCommonFuncCall()
324 Label hasException(env); in DequeCommonFuncCall()
325 Label notHasException(env); in DequeCommonFuncCall()
326 Label setValue(env); in DequeCommonFuncCall()
356 auto env = GetEnvironment(); in ContainersLightWeightCall() local
363 Label valueIsJSAPILightWeight(env); in ContainersLightWeightCall()
364 Label valueNotJSAPILightWeight(env); in ContainersLightWeightCall()
365 Label objIsJSProxy(env); in ContainersLightWeightCall()
366 Label objNotJSProxy(env); in ContainersLightWeightCall()
367 Label objIsJSAPILightWeight(env); in ContainersLightWeightCall()
368 Label thisArgUndefined(env); in ContainersLightWeightCall()
369 Label thisArgNotUndefined(env); in ContainersLightWeightCall()
370 Label callbackUndefined(env); in ContainersLightWeightCall()
371 Label callbackNotUndefined(env); in ContainersLightWeightCall()
372 Label nextCount(env); in ContainersLightWeightCall()
373 Label loopHead(env); in ContainersLightWeightCall()
374 Label loopEnd(env); in ContainersLightWeightCall()
375 Label next(env); in ContainersLightWeightCall()
376 Label afterLoop(env); in ContainersLightWeightCall()
402 Label isCall(env); in ContainersLightWeightCall()
403 Label notCall(env); in ContainersLightWeightCall()
404 Label isHeapObj(env); in ContainersLightWeightCall()
428 Label lenChange(env); in ContainersLightWeightCall()
429 Label hasException(env); in ContainersLightWeightCall()
430 Label notHasException(env); in ContainersLightWeightCall()
463 auto env = GetEnvironment(); in ContainersHashCall() local
471 Label valueIsJSAPIHash(env); in ContainersHashCall()
472 Label valueNotJSAPIHash(env); in ContainersHashCall()
473 Label objIsJSProxy(env); in ContainersHashCall()
474 Label objNotJSProxy(env); in ContainersHashCall()
475 Label objIsJSAPIHash(env); in ContainersHashCall()
476 Label thisArgUndefined(env); in ContainersHashCall()
477 Label thisArgNotUndefined(env); in ContainersHashCall()
478 Label callbackUndefined(env); in ContainersHashCall()
479 Label callbackNotUndefined(env); in ContainersHashCall()
480 Label nextCount(env); in ContainersHashCall()
481 Label nodeNotHole(env); in ContainersHashCall()
482 Label nodeIsLinked(env); in ContainersHashCall()
483 Label nodeIsRBTree(env); in ContainersHashCall()
484 Label loopLinked(env); in ContainersHashCall()
485 Label loopHead(env); in ContainersHashCall()
486 Label loopEnd(env); in ContainersHashCall()
487 Label next(env); in ContainersHashCall()
488 Label afterLoop(env); in ContainersHashCall()
514 Label isCall(env); in ContainersHashCall()
515 Label notCall(env); in ContainersHashCall()
516 Label isHeapObj(env); in ContainersHashCall()
540 Label hasExceptionLinked(env); in ContainersHashCall()
541 Label notHasExceptionLinked(env); in ContainersHashCall()
542 Label hasExceptionRBTree(env); in ContainersHashCall()
543 Label notHasExceptionRBTree(env); in ContainersHashCall()
598 auto env = GetEnvironment(); in ContainersLinkedListCall() local
606 Label valueIsJSAPILinkedList(env); in ContainersLinkedListCall()
607 Label valueNotJSAPILinkedList(env); in ContainersLinkedListCall()
608 Label objIsJSProxy(env); in ContainersLinkedListCall()
609 Label objNotJSProxy(env); in ContainersLinkedListCall()
610 Label objIsJSAPILinkedList(env); in ContainersLinkedListCall()
611 Label thisArgUndefined(env); in ContainersLinkedListCall()
612 Label thisArgNotUndefined(env); in ContainersLinkedListCall()
613 Label callbackUndefined(env); in ContainersLinkedListCall()
614 Label callbackNotUndefined(env); in ContainersLinkedListCall()
615 Label nextCount(env); in ContainersLinkedListCall()
616 Label valueNotHole(env); in ContainersLinkedListCall()
617 Label loopHead(env); in ContainersLinkedListCall()
618 Label loopEnd(env); in ContainersLinkedListCall()
619 Label next(env); in ContainersLinkedListCall()
620 Label afterLoop(env); in ContainersLinkedListCall()
646 Label isCall(env); in ContainersLinkedListCall()
647 Label notCall(env); in ContainersLinkedListCall()
648 Label isHeapObj(env); in ContainersLinkedListCall()
673 Label hasException(env); in ContainersLinkedListCall()
674 Label notHasException(env); in ContainersLinkedListCall()