Home
last modified time | relevance | path

Searched defs:primitive (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_symbol.cpp77 JSTaggedValue primitive = JSPrimitiveRef::Cast(valueHandle->GetTaggedObject())->GetValue(); in ToString() local
135 JSTaggedValue primitive = JSPrimitiveRef::Cast(valueHandle->GetTaggedObject())->GetValue(); in ValueOf() local
212 JSTaggedValue primitive = JSPrimitiveRef::Cast(sym->GetTaggedObject())->GetValue(); in ToPrimitive() local
244 JSTaggedValue primitive = JSPrimitiveRef::Cast(value->GetTaggedObject())->GetValue(); in ThisSymbolValue() local
Dbuiltins_boolean.cpp62 JSTaggedValue primitive = JSPrimitiveRef::Cast(value.GetTaggedObject())->GetValue(); in ThisBooleanValue() local
Dbuiltins_bigint.cpp207 JSTaggedValue primitive = JSPrimitiveRef::Cast(value->GetTaggedObject())->GetValue(); in ThisBigIntValue() local
Dbuiltins_number.cpp474 JSTaggedValue primitive = JSPrimitiveRef::Cast(value->GetTaggedObject())->GetValue(); in ThisNumberValue() local
Dbuiltins_string.cpp1903 JSTaggedValue primitive = JSPrimitiveRef::Cast(value.GetTaggedObject())->GetValue(); in ThisStringValue() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp195 … JSTaggedValue primitive = JSPrimitiveRef::Cast(prop.GetTaggedObject())->GetValue(); in Stringify() local
207 JSTaggedValue primitive = JSPrimitiveRef::Cast(gap->GetTaggedObject())->GetValue(); in Stringify() local
647 …JSTaggedValue primitive = JSPrimitiveRef::Cast(primitiveRef.GetTaggedValue().GetTaggedObject())->G… in SerializePrimitiveRef() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dobject_factory_test.cpp155 JSHandle<JSTaggedValue> primitive(thread, JSTaggedValue(1)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1174 auto primitive = static_cast<TSPrimitiveType>(gt.GetLocalId()); in GetPrimitiveStr() local