Searched defs:valHandle (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_Value.cpp | 42 VMHandle<EtsObject> valHandle(coroutine, val->GetCoreType()); in ValueAPISetFieldObject() local 120 VMHandle<EtsObject> valHandle(coroutine, val->GetCoreType()); in ValueAPISetFieldByNameObject() local 338 VMHandle<EtsObject> valHandle(coroutine, val->GetCoreType()); in ValueAPISetElementObject() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | json_stringifier.cpp | 266 JSHandle<JSTaggedValue> valHandle(thread_, tagValue); in SerializeJSONProperty() local 484 … JSHandle<JSTaggedValue> valHandle = JSProxy::GetProperty(thread_, proxy, handleKey_).GetValue(); in SerializeJSProxy() local
|
| D | fast_json_stringifier.cpp | 124 JSHandle<JSTaggedValue> valHandle(thread_, tagValue); in SerializeJSONProperty() local 317 … JSHandle<JSTaggedValue> valHandle = JSProxy::GetProperty(thread_, proxy, handleKey_).GetValue(); in SerializeJSProxy() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_arraybuffer.cpp | 679 JSHandle<JSTaggedValue> valHandle(thread, GetTaggedDouble(val)); in SetValueInBufferForBigInt() local 883 JSHandle<JSTaggedValue> valHandle(thread, GetTaggedDouble(val)); in FastSetValueInBufferForBigInt() local
|