Lines Matching refs:caller
9 function caller() { function in EmptyTest
15 return {caller: caller};
31 function caller() { function in IntTest
35 return {caller: caller};
48 function caller() { function in Float64Test
59 return {caller: caller};
66 function caller(a, b) { function in BadModule
73 function caller() {
77 return {caller: caller};
87 function caller() { function in TestReturnInBlock
98 return {caller: caller};
106 function caller() { function in TestWhileSimple
114 return {caller: caller};
122 function caller() { function in TestWhileWithoutBraces
129 return {caller: caller};
137 function caller() { function in TestReturnInWhile
146 return {caller: caller};
154 function caller() { function in TestReturnInWhileWithoutBraces
161 return {caller: caller};
169 function caller() { function in TestBreakInWhile
176 return {caller: caller};
184 function caller() { function in TestBreakInNestedWhile
198 return {caller: caller};
206 function caller() { function in TestBreakInBlock
218 return {caller: caller};
226 function caller() { function in TestBreakInNamedWhile
237 return {caller: caller};
245 function caller() { function in TestContinue
258 return {caller: caller};
266 function caller() { function in TestContinueInNamedWhile
284 return {caller: caller};
292 function caller() { function in TestNot
297 return {caller:caller};
305 function caller() { function in TestNotEquals
313 return {caller:caller};
321 function caller() { function in TestUnsignedComparison
329 return {caller:caller};
337 function caller() { function in TestMixedAdd
350 return {caller:caller};
359 function caller() { function in TestInt32HeapAccess
368 return {caller: caller};
398 function caller() { function in TestFloatHeapAccess
411 return {caller: caller};
419 function caller() { function in TestConvertI32
427 return {caller:caller};
435 function caller() { function in TestConvertF64FromInt
443 return {caller:caller};
451 function caller() { function in TestConvertF64FromUnsigned
461 return {caller:caller};
469 function caller() { function in TestModInt
475 return {caller:caller};
483 function caller() { function in TestModUnsignedInt
489 return {caller:caller};
497 function caller() { function in TestModDouble
506 return {caller:caller};
575 function caller() { function in TestForLoop
584 return {caller:caller};
592 function caller() { function in TestForLoopWithoutInit
601 return {caller:caller};
609 function caller() { function in TestForLoopWithoutCondition
621 return {caller:caller};
629 function caller() { function in TestForLoopWithoutNext
637 return {caller:caller};
645 function caller() { function in TestForLoopWithoutBody
652 return {caller:caller};
660 function caller() { function in TestDoWhile
670 return {caller:caller};
678 function caller() { function in TestConditional
683 return {caller:caller};
691 function caller() { function in TestSwitch
710 return {caller:caller};
718 function caller() { function in TestSwitchFallthrough
731 return {caller:caller};
739 function caller() { function in TestNestedSwitch
756 return {caller:caller};
763 function caller() { function in TestInitFunctionWithNoGlobals
766 return {caller};
772 assertEquals(51, module.caller());
776 function caller() { function in TestExportNameDifferentFromFunctionName
779 return {alt_caller:caller};