Lines Matching defs:ctorIsJSFunction
1536 Label ctorIsJSFunction(env);
1547 BRANCH(IsJSFunction(superCtor), &ctorIsJSFunction, &slowPath);
1548 Bind(&ctorIsJSFunction);
3532 Label ctorIsJSFunction(env);
3545 BRANCH(IsJSFunction(superCtor), &ctorIsJSFunction, &slowPath);
3546 Bind(&ctorIsJSFunction);
4610 Label ctorIsJSFunction(env);
4622 BRANCH(IsJSFunction(ctor), &ctorIsJSFunction, &slowPath);
4623 Bind(&ctorIsJSFunction);
4682 Label ctorIsJSFunction(env);
4694 BRANCH(IsJSFunction(ctor), &ctorIsJSFunction, &slowPath);
4695 Bind(&ctorIsJSFunction);
4755 Label ctorIsJSFunction(env);
4767 BRANCH(IsJSFunction(ctor), &ctorIsJSFunction, &slowPath);
4768 Bind(&ctorIsJSFunction);