Lines Matching refs:superCtorFunc

3258             JSFunction *superCtorFunc = JSFunction::Cast(superCtor.GetTaggedObject());
3259 methodHandle.Update(superCtorFunc->GetMethod());
3260 if (superCtorFunc->IsBuiltinConstructor()) {
3306 if (IsFastNewFrameEnter(superCtorFunc, methodHandle)) {
3309 uint32_t numDeclaredArgs = superCtorFunc->IsBase() ?
3329 if (superCtorFunc->IsBase()) {
3335 ASSERT(superCtorFunc->IsDerivedConstructor());
3343 state->profileTypeInfo = superCtorFunc->GetProfileTypeInfo();
3344 state->env = superCtorFunc->GetLexicalEnv();
3394 JSFunction *superCtorFunc = JSFunction::Cast(superCtor.GetTaggedObject());
3395 methodHandle.Update(superCtorFunc->GetMethod());
3396 if (superCtorFunc->IsBuiltinConstructor()) {
3442 if (IsFastNewFrameEnter(superCtorFunc, methodHandle)) {
3445 uint32_t numDeclaredArgs = superCtorFunc->IsBase() ?
3465 if (superCtorFunc->IsBase()) {
3471 ASSERT(superCtorFunc->IsDerivedConstructor());
3479 state->profileTypeInfo = superCtorFunc->GetProfileTypeInfo();
3480 state->env = superCtorFunc->GetLexicalEnv();
3530 JSFunction *superCtorFunc = JSFunction::Cast(superCtor.GetTaggedObject());
3531 methodHandle.Update(superCtorFunc->GetMethod());
3532 if (superCtorFunc->IsBuiltinConstructor()) {
3578 if (IsFastNewFrameEnter(superCtorFunc, methodHandle)) {
3581 uint32_t numDeclaredArgs = superCtorFunc->IsBase() ?
3601 if (superCtorFunc->IsBase()) {
3607 ASSERT(superCtorFunc->IsDerivedConstructor());
3615 state->profileTypeInfo = superCtorFunc->GetProfileTypeInfo();
3616 state->env = superCtorFunc->GetLexicalEnv();
3666 JSFunction *superCtorFunc = JSFunction::Cast(superCtor.GetTaggedObject());
3667 methodHandle.Update(superCtorFunc->GetMethod());
3668 if (superCtorFunc->IsBuiltinConstructor()) {
3714 if (IsFastNewFrameEnter(superCtorFunc, methodHandle)) {
3717 uint32_t numDeclaredArgs = superCtorFunc->IsBase() ?
3737 if (superCtorFunc->IsBase()) {
3743 ASSERT(superCtorFunc->IsDerivedConstructor());
3751 state->profileTypeInfo = superCtorFunc->GetProfileTypeInfo();
3752 state->env = superCtorFunc->GetLexicalEnv();