Searched defs:valHandle (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | json_stringifier_optimized.cpp | 274 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()
|
| D | json_stringifier.cpp | 275 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/ |
| D | std_core_Value.cpp | 42 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/ |
| D | program_object.cpp | 216 JSMutableHandle<JSTaggedValue> valHandle(thread, JSTaggedValue::Undefined()); in UpdateConstpoolWhenDeserialAI() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_arraybuffer.cpp | 687 JSHandle<JSTaggedValue> valHandle(thread, GetTaggedDouble(val)); in SetValueInBufferForBigInt() local 902 JSHandle<JSTaggedValue> valHandle(thread, GetTaggedDouble(val)); in FastSetValueInBufferForBigInt() local
|
| D | builtins_array.cpp | 507 JSMutableHandle<JSTaggedValue> valHandle(thread, JSTaggedValue::Undefined()); in Concat() local
|