Lines Matching refs:superCtorFunc
3530 JSFunction *superCtorFunc = JSFunction::Cast(superCtor.GetTaggedObject());
3531 methodHandle.Update(superCtorFunc->GetMethod());
3532 if (superCtorFunc->IsBuiltinConstructor()) {
3580 if (AssemblyIsFastNewFrameEnter(superCtorFunc, methodHandle)) {
3583 uint32_t numDeclaredArgs = superCtorFunc->IsBase() ?
3604 if (superCtorFunc->IsBase()) {
3610 ASSERT(superCtorFunc->IsDerivedConstructor());
3618 state->profileTypeInfo = superCtorFunc->GetProfileTypeInfo();
3619 state->env = superCtorFunc->GetLexicalEnv();
3673 JSFunction *superCtorFunc = JSFunction::Cast(superCtor.GetTaggedObject());
3674 methodHandle.Update(superCtorFunc->GetMethod());
3675 if (superCtorFunc->IsBuiltinConstructor()) {
3723 if (AssemblyIsFastNewFrameEnter(superCtorFunc, methodHandle)) {
3726 uint32_t numDeclaredArgs = superCtorFunc->IsBase() ?
3747 if (superCtorFunc->IsBase()) {
3753 ASSERT(superCtorFunc->IsDerivedConstructor());
3761 state->profileTypeInfo = superCtorFunc->GetProfileTypeInfo();
3762 state->env = superCtorFunc->GetLexicalEnv();
7013 JSFunction *superCtorFunc = JSFunction::Cast(superCtor.GetTaggedObject());
7014 methodHandle.Update(superCtorFunc->GetMethod());
7015 if (superCtorFunc->IsBuiltinConstructor()) {
7063 if (AssemblyIsFastNewFrameEnter(superCtorFunc, methodHandle)) {
7066 uint32_t numDeclaredArgs = superCtorFunc->IsBase() ?
7087 if (superCtorFunc->IsBase()) {
7093 ASSERT(superCtorFunc->IsDerivedConstructor());
7101 state->profileTypeInfo = superCtorFunc->GetProfileTypeInfo();
7102 state->env = superCtorFunc->GetLexicalEnv();
7156 JSFunction *superCtorFunc = JSFunction::Cast(superCtor.GetTaggedObject());
7157 methodHandle.Update(superCtorFunc->GetMethod());
7158 if (superCtorFunc->IsBuiltinConstructor()) {
7206 if (AssemblyIsFastNewFrameEnter(superCtorFunc, methodHandle)) {
7209 uint32_t numDeclaredArgs = superCtorFunc->IsBase() ?
7230 if (superCtorFunc->IsBase()) {
7236 ASSERT(superCtorFunc->IsDerivedConstructor());
7244 state->profileTypeInfo = superCtorFunc->GetProfileTypeInfo();
7245 state->env = superCtorFunc->GetLexicalEnv();