Home
last modified time | relevance | path

Searched defs:objValue (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_array_test.cpp82 JSTaggedValue objValue(newObj2); in HWTEST_F_L0() local
105 JSTaggedValue objValue(newObj2); in HWTEST_F_L0() local
154 JSTaggedValue objValue(newObj2); in HWTEST_F_L0() local
Djs_function_test.cpp93 JSHandle<JSTaggedValue> objValue(obj); in HWTEST_F_L0() local
Djs_serializer_test.cpp170 JSHandle<JSTaggedValue> objValue = deserializer.DeserializeJSTaggedValue(); in DescriptionTest() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_boolean.cpp46 JSTaggedValue objValue = boolValue ? JSTaggedValue::True() : JSTaggedValue::False(); in BooleanConstructor() local
Dbuiltins_finalization_registry.cpp57 JSHandle<JSTaggedValue> objValue(finalization); in FinalizationRegistryConstructor() local
Dbuiltins_date.cpp56 JSHandle<JSTaggedValue> objValue(thread, JSTaggedValue::ToPrimitive(thread, value)); in DateConstructor() local
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dproto_change_details_test.cpp260 JSTaggedValue objValue(handleObj.GetTaggedValue()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp878 JSHandle<JSTaggedValue> objValue(obj); in OrdinaryDefineOwnProperty() local
891 JSHandle<JSTaggedValue> objValue(obj); in OrdinaryDefineOwnProperty() local
1074 JSHandle<JSTaggedValue> objValue(obj); in HasProperty() local
1087 JSHandle<JSTaggedValue> objValue(obj); in HasProperty() local
Djs_serializer.cpp904 bool JSSerializer::WritePlainObject(const JSHandle<JSTaggedValue> &objValue) in WritePlainObject()
974 bool JSSerializer::WriteNativeBindingObject(const JSHandle<JSTaggedValue> &objValue) in WriteNativeBindingObject()
Dobject_factory.cpp1887 JSTaggedValue objValue = tableHandle->GetSymbol(name.GetTaggedValue()); in NewSymbolWithTable() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.cpp915 JSTaggedValue objValue(objFrom); in FillEdges() local