Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Value.cpp109 VMHandle<EtsString> nameHandle(coroutine, name->GetCoreType()); in ValueAPISetFieldByNameObject() local
123 VMHandle<EtsString> nameHandle(coroutine, name->GetCoreType()); in SetFieldByNameValue() local
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp742 JSHandle<JSTaggedValue> nameHandle(thread, newString); in SetFunctionName() local
854 JSMutableHandle<JSTaggedValue> nameHandle(thread, JSTaggedValue::Undefined()); in SetFunctionNameNoPrefix() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp778 …JSHandle<JSTaggedValue> nameHandle = JSHandle<JSTaggedValue>::Cast(factory->NewFromStdString(name)… in GetModuleNamespace() local