Home
last modified time | relevance | path

Searched defs:valHandle (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier_optimized.cpp274 JSHandle<JSTaggedValue> valHandle(thread_, tagValue); in SerializeJSONProperty() local
660 JSMutableHandle<JSTaggedValue> valHandle(thread_, JSTaggedValue::Undefined()); in SerializeLinkedHashMap() local
738 … JSHandle<JSTaggedValue> valHandle = JSProxy::GetProperty(thread_, proxy, handleKey_).GetValue(); in SerializeJSProxy() local
1205 inline void JsonStringifier::AppendBigIntToResult(JSHandle<JSTaggedValue> &valHandle) in AppendBigIntToResult()
Djson_stringifier.cpp275 JSHandle<JSTaggedValue> valHandle(thread_, tagValue); in SerializeJSONProperty() local
670 JSMutableHandle<JSTaggedValue> valHandle(thread_, JSTaggedValue::Undefined()); in SerializeLinkedHashMap() local
757 … JSHandle<JSTaggedValue> valHandle = JSProxy::GetProperty(thread_, proxy, handleKey_).GetValue(); in SerializeJSProxy() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Value.cpp42 VMHandle<EtsObject> valHandle(coroutine, val->GetCoreType()); in ValueAPISetFieldObject() local
112 VMHandle<EtsObject> valHandle(coroutine, val->GetCoreType()); in ValueAPISetFieldByNameObject() local
325 VMHandle<EtsObject> valHandle(coroutine, val->GetCoreType()); in ValueAPISetElementObject() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.cpp216 JSMutableHandle<JSTaggedValue> valHandle(thread, JSTaggedValue::Undefined()); in UpdateConstpoolWhenDeserialAI() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_arraybuffer.cpp687 JSHandle<JSTaggedValue> valHandle(thread, GetTaggedDouble(val)); in SetValueInBufferForBigInt() local
902 JSHandle<JSTaggedValue> valHandle(thread, GetTaggedDouble(val)); in FastSetValueInBufferForBigInt() local
Dbuiltins_array.cpp507 JSMutableHandle<JSTaggedValue> valHandle(thread, JSTaggedValue::Undefined()); in Concat() local