Lines Matching defs:jsFunc

71     GateRef jsFunc = TaggedArgument(1);
81 newBuilder.NewJSFunction(glue, jsFunc, methodId, length, lexEnv, &result, &exit, &failed, slotId);
284 GateRef jsFunc = TaggedArgument(3); // 3 : 4th para
286 GateRef profileTypeInfo = UpdateProfileTypeInfo(glue, jsFunc);
466 GateRef jsFunc = TaggedArgument(3); // 3 : 4th para
468 AccessObjectStubBuilder builder(this, jsFunc);
470 GateRef profileTypeInfo = UpdateProfileTypeInfo(glue, jsFunc);
489 GateRef jsFunc = TaggedArgument(4); // 4 : 5th para
491 AccessObjectStubBuilder builder(this, jsFunc);
493 GateRef profileTypeInfo = UpdateProfileTypeInfo(glue, jsFunc);
520 GateRef jsFunc = TaggedArgument(3); // 3 : 4th para
523 GateRef profileTypeInfo = UpdateProfileTypeInfo(glue, jsFunc);
541 GateRef jsFunc = TaggedArgument(4); // 4 : 5th para
544 GateRef profileTypeInfo = UpdateProfileTypeInfo(glue, jsFunc);
639 GateRef jsFunc = TaggedArgument(2); // 2 : 3th para
641 AccessObjectStubBuilder builder(this, jsFunc);
643 GateRef profileTypeInfo = UpdateProfileTypeInfo(glue, jsFunc);
652 GateRef jsFunc = TaggedArgument(3); // 3 : 4th para
654 AccessObjectStubBuilder builder(this, jsFunc);
656 GateRef profileTypeInfo = UpdateProfileTypeInfo(glue, jsFunc);
664 GateRef jsFunc = TaggedArgument(2); // 2 : 3th para
666 AccessObjectStubBuilder builder(this, jsFunc);
668 GateRef profileTypeInfo = UpdateProfileTypeInfo(glue, jsFunc);
677 GateRef jsFunc = TaggedArgument(3); // 3 : 4th para
679 AccessObjectStubBuilder builder(this, jsFunc);
681 GateRef profileTypeInfo = UpdateProfileTypeInfo(glue, jsFunc);
931 GateRef jsFunc = TaggedArgument(2); // 2 : 3rd para
935 glue, index, jsFunc, { IntPtr(0), 0, true }, Undefined(), slotId, ProfileOperation()));