Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Value.cpp41 VMHandle<EtsObject> valHandle(coroutine, val->GetCoreType()); in ValueAPISetFieldObject() local
110 VMHandle<EtsObject> valHandle(coroutine, val->GetCoreType()); in ValueAPISetFieldByNameObject() local
319 VMHandle<EtsObject> valHandle(coroutine, val->GetCoreType()); in ValueAPISetElementObject() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.cpp207 JSMutableHandle<JSTaggedValue> valHandle(vm->GetJSThread(), JSTaggedValue::Undefined()); in UpdateConstpoolWhenDeserialAI() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp272 JSHandle<JSTaggedValue> valHandle(thread_, tagValue); in SerializeJSONProperty() local
503 … JSHandle<JSTaggedValue> valHandle = JSProxy::GetProperty(thread_, proxy, handleKey_).GetValue(); in SerializeJSProxy() local
Dfast_json_stringifier.cpp113 JSHandle<JSTaggedValue> valHandle(thread_, tagValue); in SerializeJSONProperty() local
307 … JSHandle<JSTaggedValue> valHandle = JSProxy::GetProperty(thread_, proxy, handleKey_).GetValue(); in SerializeJSProxy() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_arraybuffer.cpp697 JSHandle<JSTaggedValue> valHandle(thread, GetTaggedDouble(val)); in SetValueInBufferForBigInt() local
915 JSHandle<JSTaggedValue> valHandle(thread, GetTaggedDouble(val)); in FastSetValueInBufferForBigInt() local