Home
last modified time | relevance | path

Searched defs:jsType (Results 1 – 23 of 23) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dobject_fast_operator-inl.h122 JSType jsType = hclass->GetObjectType(); in GetPropertyByName() local
193 JSType jsType = hclass->GetObjectType(); in SetPropertyByName() local
318 JSType jsType = hclass->GetObjectType(); in GetPropertyByIndex() local
372 JSType jsType = hclass->GetObjectType(); in SetPropertyByIndex() local
718 bool ObjectFastOperator::IsSpecialIndexedObj(JSType jsType) in IsSpecialIndexedObj()
723 bool ObjectFastOperator::IsFastTypeArray(JSType jsType) in IsFastTypeArray()
730 JSTaggedValue key, JSType jsType) in FastGetTypeArrayProperty()
758 JSTaggedValue value, JSType jsType) in FastSetTypeArrayProperty()
778 bool ObjectFastOperator::IsSpecialContainer(JSType jsType) in IsSpecialContainer()
784 JSType jsType) in GetContainerProperty()
[all …]
Djs_hclass.h549 JSType jsType = GetObjectType(); in IsJSObject() local
560 JSType jsType = GetObjectType(); in IsECMAObject() local
581 JSType jsType = GetObjectType(); in IsString() local
617 JSType jsType = GetObjectType(); in IsStringOrSymbol() local
623 JSType jsType = GetObjectType(); in IsTaggedArray() local
690 JSType jsType = GetObjectType(); in IsTypedArray() local
766 JSType jsType = GetObjectType(); in IsJSFunctionBase() local
910 static inline bool IsJSSharedType(JSType jsType) in IsJSSharedType()
917 JSType jsType = GetObjectType(); in IsJSError() local
1131 JSType jsType = GetObjectType(); in IsIterator() local
[all …]
Djs_tagged_value.cpp1148 JSType jsType = hclass->GetObjectType(); in HasContainerProperty() local
1195 JSType jsType = hclass->GetObjectType(); in GetOwnContainerPropertyKeys() local
1241 JSType jsType = hclass->GetObjectType(); in GetOwnContainerEnumPropertyKeys() local
1279 JSType jsType = hclass->GetObjectType(); in GetContainerProperty() local
1365 JSType jsType = hclass->GetObjectType(); in GetJSAPIProperty() local
1407 JSType jsType = hclass->GetObjectType(); in SetJSAPIProperty() local
Djs_typed_array.cpp647 JSType jsType) in FastGetPropertyByIndex()
679 JSTaggedValue value, JSType jsType) in FastSetPropertyByIndex()
766 JSType jsType = typedArrayObj->GetClass()->GetObjectType(); in FastTypedArrayFill() local
Dobject_operator.cpp652 JSType jsType = holder.GetTaggedObject()->GetClass()->GetObjectType(); in UpdateDataValue() local
Djs_object.cpp2108 JSType jsType = hclass->GetObjectType(); in ToPropertyDescriptorFast() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_value.cpp72 napi_valuetype jsType = GetValueType(env, nvalue); in Create() local
126 auto jsType = GetType(); in GetNapiValue() local
Djs_refconvert_builtin.cpp306 napi_valuetype jsType = GetValueType(env, jsValue); in MObject() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_array_stub_builder.cpp108 …edArrayStubBuilder::LoadTypedArrayElement(GateRef glue, GateRef array, GateRef key, GateRef jsType) in LoadTypedArrayElement()
144 GateRef jsType) in StoreTypedArrayElement()
171 …rrayStubBuilder::FastGetPropertyByIndex(GateRef glue, GateRef array, GateRef index, GateRef jsType) in FastGetPropertyByIndex()
239 GateRef jsType = GetObjectType(hclass); in FastCopyElementToArray() local
267 …ArrayStubBuilder::GetValueFromBuffer(GateRef buffer, GateRef index, GateRef offset, GateRef jsType) in GetValueFromBuffer()
Dic_stub_builder.cpp222 GateRef jsType = GetObjectType(hclass); in LoadICByValue() local
Dstub_builder-inl.h1343 inline GateRef StubBuilder::IsJSObjectType(GateRef obj, JSType jsType) in IsJSObjectType()
2072 inline GateRef StubBuilder::IsSpecialIndexedObj(GateRef jsType) in IsSpecialIndexedObj()
2077 … StubBuilder::CheckUpdateSharedType(bool isDicMode, Variable *result, GateRef glue, GateRef jsType, in CheckUpdateSharedType()
2125 inline GateRef StubBuilder::IsJSSharedType(GateRef jsType) in IsJSSharedType()
2131 inline GateRef StubBuilder::IsSpecialContainer(GateRef jsType) in IsSpecialContainer()
2139 inline GateRef StubBuilder::IsFastTypeArray(GateRef jsType) in IsFastTypeArray()
2985 GateRef jsType = GetObjectType(jsHclass); in IsTypedArray() local
Dstub_builder.cpp2008 GateRef jsType = GetObjectType(hclass); in ICStoreElement() local
2534 GateRef jsType = GetObjectType(hclass); in GetPropertyByIndex() local
2767 GateRef jsType = GetObjectType(hclass); in GetPropertyByName() local
3361 GateRef jsType = GetObjectType(hclass); in SetPropertyByIndex() local
3571 GateRef jsType = GetObjectType(hclass); in SetPropertyByName() local
3977 …ef StubBuilder::GetContainerProperty(GateRef glue, GateRef receiver, GateRef index, GateRef jsType) in GetContainerProperty()
7557 GateRef key, GateRef jsType) in GetTypeArrayPropertyByName()
7610 GateRef value, GateRef jsType) in SetTypeArrayPropertyByName()
Dmcr_circuit_builder.h250 GateRef jsType = GetObjectType(LoadHClass(obj)); in TaggedObjectIsTypedArray() local
Dprofiler_stub_builder.cpp472 void ProfilerStubBuilder::UpdatePropAttrWithValue(GateRef glue, GateRef jsType, GateRef layout, Gat… in UpdatePropAttrWithValue()
Dinterpreter_stub.cpp4992 GateRef jsType = GetObjectType(hclass); in DECLARE_ASM_HANDLER() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_typed_array_test.cpp66 JSHandle<JSTypedArray> CreateNumberTypedArray(JSThread *thread, JSType jsType) in CreateNumberTypedArray()
1323 JSType jsType = cVecJSType.at(j); in HWTEST_F_L0() local
1361 JSType jsType = cVecJSType.at(j); in HWTEST_F_L0() local
1398 JSType jsType = cVecJSType.at(j); in HWTEST_F_L0() local
1424 JSType jsType = cVecJSType.at(j); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_collection_stub_builder.cpp31 auto jsType = std::is_same_v<CollectionType, JSSet> ? JSType::JS_SET : JSType::JS_MAP; in CheckCollectionObj() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp265 JSType jsType = tagValue.GetTaggedObject()->GetClass()->GetObjectType(); in SerializeJSONProperty() local
Dfast_json_stringifier.cpp123 JSType jsType = tagValue.GetTaggedObject()->GetClass()->GetObjectType(); in SerializeJSONProperty() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp836 BuiltinTypeId TSManager::GetBuiltinTypeIdByJSType(JSType jsType) in GetBuiltinTypeIdByJSType()
861 JSType jsType = pgoType.GetBuiltinsId(); in GetBuiltinsGateTypeByPt() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp478 JSType jsType = JSHClass::ObjectTypeBits::Decode(bits); in ArkCheckIsJSFunctionBaseOrJSProxy() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1396 JSType jsType = receiver->GetObjectType(); in AddBuiltinsInfo() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2447 JSTaggedValue jsType = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
2457 JSTaggedValue jsType = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local