Lines Matching refs:nativeConstructor
1001 JSHandle<JSTaggedValue> nativeConstructor;
1004 nativeConstructor = env->GetRangeErrorFunction();
1007 nativeConstructor = env->GetEvalErrorFunction();
1010 nativeConstructor = env->GetReferenceErrorFunction();
1013 nativeConstructor = env->GetTypeErrorFunction();
1016 nativeConstructor = env->GetURIErrorFunction();
1019 nativeConstructor = env->GetSyntaxErrorFunction();
1022 nativeConstructor = env->GetOOMErrorFunction();
1025 nativeConstructor = env->GetTerminationErrorFunction();
1028 nativeConstructor = env->GetErrorFunction();
1031 JSHandle<JSFunction> nativeFunc = JSHandle<JSFunction>::Cast(nativeConstructor);
1035 EcmaInterpreter::NewRuntimeCallInfo(thread_, nativeConstructor, nativePrototype, undefined, 1, needCheckStack);
1038 Method *method = JSHandle<ECMAObject>::Cast(nativeConstructor)->GetCallTarget();