Home
last modified time | relevance | path

Searched refs:newEnv (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Dcode_scopes.h64 explicit JSNapiEnvScope(InteropCtx *ctx, napi_env newEnv) : ctx_(ctx) in JSNapiEnvScope() argument
67 ctx_->SetJSEnv(newEnv); in JSNapiEnvScope()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dfast_runtime_stub-inl.h274 LexicalEnv *newEnv = factory->InlineNewLexicalEnv(numVars); in NewLexicalEnv() local
275 if (UNLIKELY(newEnv == nullptr)) { in NewLexicalEnv()
279 newEnv->SetParentEnv(thread, currentLexenv); in NewLexicalEnv()
280 newEnv->SetScopeInfo(thread, JSTaggedValue::Hole()); in NewLexicalEnv()
281 return JSTaggedValue(newEnv); in NewLexicalEnv()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h2219 JSHandle<LexicalEnv> newEnv = factory->NewLexicalEnv(numVars);
2222 newEnv->SetParentEnv(thread, currentLexenv);
2223 newEnv->SetScopeInfo(thread, JSTaggedValue::Hole());
2225 return newEnv.GetTaggedValue();
2231 JSHandle<SendableEnv> newEnv = factory->NewSendableEnv(numVars);
2235 newEnv->SetParentEnv(thread, moduleHandle->GetSendableEnv());
2236 newEnv->SetScopeInfo(thread, JSTaggedValue::Hole());
2238 return newEnv.GetTaggedValue();
2692 JSHandle<LexicalEnv> newEnv = factory->NewLexicalEnv(numVars);
2695 newEnv
[all...]

Completed in 6 milliseconds