Lines Matching defs:env
44 JSHandle<GlobalEnv> env = thread->GetEcmaVM()->GetGlobalEnv();
46 JSHandle<JSFunction> objFun(env->GetObjectFunction());
48 JSObject::SetPrototype(thread, initialGeneratorFuncPrototype, env->GetAsyncGeneratorPrototype());
53 JSHandle<GlobalEnv> env = thread->GetEcmaVM()->GetGlobalEnv();
55 JSHandle<JSFunction> objFun(env->GetObjectFunction());
57 JSObject::SetPrototype(thread, initialGeneratorFuncPrototype, env->GetGeneratorPrototype());
109 JSHandle<GlobalEnv> env = thread->GetEcmaVM()->GetGlobalEnv();
113 objFun = JSHandle<JSFunction>(env->GetSObjectFunction());
115 objFun = JSHandle<JSFunction>(env->GetObjectFunction());
405 JSHandle<GlobalEnv> env = thread->GetEcmaVM()->GetGlobalEnv();
418 JSHandle<JSTaggedValue> objPrototype = env->GetObjectFunctionPrototype();
936 void JSFunction::InitializeJSFunction(JSThread *thread, [[maybe_unused]] const JSHandle<GlobalEnv> &env,