Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_symbol.cpp46 …JSHandle<JSTaggedValue> descHandle = JSHandle<JSTaggedValue>::Cast(JSTaggedValue::ToString(thread,… in SymbolConstructor() local
91 JSHandle<JSTaggedValue> descHandle(thread, symbolObject->GetDescription()); in SymbolDescriptiveString() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Method.cpp112 VMHandle<EtsString> descHandle {coro, desc->GetCoreType()}; in TypeAPIMethodInvokeConstructor() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_object_test.cpp197 JSHandle<JSObject> descHandle(JSObject::FromPropertyDescriptor(thread, desc)); in HWTEST_F_L0() local
244 JSHandle<JSObject> descHandle(JSObject::FromPropertyDescriptor(thread, desc)); in HWTEST_F_L0() local