Home
last modified time | relevance | path

Searched refs:CreateLocalScope (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_stacks.h110 void CreateLocalScope(napi_env env, Frame *frame) in CreateLocalScope() function
Dintrinsics_api_impl.h53 void CreateLocalScope();
Dintrinsics_api_impl.cpp463 void CreateLocalScope() in CreateLocalScope() function
470 scopesStorage->CreateLocalScope(env, coro->GetCurrentFrame()); in CreateLocalScope()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/
Dstd_js_jsruntime.cpp265 CreateLocalScope(); in CompilerCreateLocalScopeIntrinsic()