Home
last modified time | relevance | path

Searched defs:nameHandle (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Value.cpp111 VMHandle<EtsString> nameHandle(coroutine, name->GetCoreType()); in ValueAPISetFieldByNameObject() local
126 VMHandle<EtsString> nameHandle(coroutine, name->GetCoreType()); in SetFieldByNameValue() local
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp806 JSHandle<JSTaggedValue> nameHandle(thread, newString); in SetFunctionName() local
918 JSMutableHandle<JSTaggedValue> nameHandle(thread, JSTaggedValue::Undefined()); in SetFunctionNameNoPrefix() local
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.cpp1010 JSHandle<JSTaggedValue> nameHandle = jitCompilationEnv->NewJSHandle(name); in AddObjectInfoImplement() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp881 …JSHandle<JSTaggedValue> nameHandle = JSHandle<JSTaggedValue>::Cast(factory->NewFromStdString(name)… in GetModuleNamespace() local