Lines Matching defs:env
430 JSHandle<GlobalEnv> env = thread->GetEcmaVM()->GetGlobalEnv();
431 JSHandle<JSTaggedValue> func(thread->GetEcmaVM()->GetFactory()->NewJSFunction(env));
618 JSHandle<GlobalEnv> env = thread->GetEcmaVM()->GetGlobalEnv();
620 thread->GetEcmaVM()->GetFactory()->NewJSFunction(env, reinterpret_cast<void *>(TestGetter));
656 JSHandle<GlobalEnv> env = thread->GetEcmaVM()->GetGlobalEnv();
658 thread->GetEcmaVM()->GetFactory()->NewJSFunction(env, reinterpret_cast<void *>(TestSetter));
678 JSHandle<GlobalEnv> env = thread->GetEcmaVM()->GetGlobalEnv();
681 factory->NewJSFunction(env, static_cast<void *>(nullptr), FunctionKind::BASE_CONSTRUCTOR);
696 factory->NewJSFunction(env, static_cast<void *>(nullptr), FunctionKind::BASE_CONSTRUCTOR);
701 JSHandle<JSTaggedValue> speciesSymbol = env->GetSpeciesSymbol();
727 JSHandle<GlobalEnv> env = thread->GetEcmaVM()->GetGlobalEnv();
729 thread->GetEcmaVM()->GetFactory()->NewJSFunction(env, reinterpret_cast<void *>(TestUndefinedGetter));
731 thread->GetEcmaVM()->GetFactory()->NewJSFunction(env, reinterpret_cast<void *>(TestUndefinedSetter));