Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_symbol.cpp47 JSHandle<JSTaggedValue> descHandle = JSHandle<JSTaggedValue>::Cast(JSTaggedValue::ToString(thread, key)); in SymbolConstructor() local
51 JSHandle<JSSymbol> jsSymbol = factory->NewPublicSymbol(descHandle); in SymbolConstructor()
92 JSHandle<JSTaggedValue> descHandle(thread, symbolObject->GetDescription()); in SymbolDescriptiveString()
97 if (descHandle->IsUndefined()) { in SymbolDescriptiveString()
104 ASSERT(descHandle->IsString()); in SymbolDescriptiveString()
109 factory->ConcatFromString(leftHandle, JSTaggedValue::ToString(thread, descHandle)); in SymbolDescriptiveString()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_Method.cpp113 VMHandle<EtsString> descHandle {coro, desc->GetCoreType()}; in TypeAPIMethodInvokeConstructor()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_object_test.cpp197 JSHandle<JSObject> descHandle(JSObject::FromPropertyDescriptor(thread, desc)); in HWTEST_F_L0()
199 PropertyDescriptor descNw(thread, JSHandle<JSTaggedValue>::Cast(descHandle), true, true, true); in HWTEST_F_L0()
244 JSHandle<JSObject> descHandle(JSObject::FromPropertyDescriptor(thread, desc)); in HWTEST_F_L0()
246 PropertyDescriptor descNw(thread, JSHandle<JSTaggedValue>::Cast(descHandle), true, true, true); in HWTEST_F_L0()

Completed in 3 milliseconds