Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dobject_fast_operator-inl.h53 JSType jsType = hclass->GetObjectType(); in GetPropertyByName() local
122 JSType jsType = hclass->GetObjectType(); in SetPropertyByName() local
235 JSType jsType = hclass->GetObjectType(); in GetPropertyByIndex() local
288 JSType jsType = hclass->GetObjectType(); in SetPropertyByIndex() local
592 bool ObjectFastOperator::IsSpecialIndexedObj(JSType jsType) in IsSpecialIndexedObj()
597 bool ObjectFastOperator::IsFastTypeArray(JSType jsType) in IsFastTypeArray()
604 JSTaggedValue key, JSType jsType) in FastGetTypeArrayProperty()
632 … JSTaggedValue key, JSTaggedValue value, JSType jsType) in FastSetTypeArrayProperty()
652 bool ObjectFastOperator::IsSpecialContainer(JSType jsType) in IsSpecialContainer()
658 JSType jsType) in GetContainerProperty()
[all …]
Djs_hclass.h433 JSType jsType = GetObjectType(); in IsJSObject() local
439 JSType jsType = GetObjectType(); in IsECMAObject() local
470 JSType jsType = GetObjectType(); in IsStringOrSymbol() local
476 JSType jsType = GetObjectType(); in IsTaggedArray() local
528 JSType jsType = GetObjectType(); in IsTypedArray() local
604 JSType jsType = GetObjectType(); in IsJSFunctionBase() local
730 JSType jsType = GetObjectType(); in IsJSError() local
939 JSType jsType = GetObjectType(); in IsIterator() local
1145 JSType jsType = GetObjectType(); in IsGeneratorObject() local
1151 JSType jsType = GetObjectType(); in IsAsyncGeneratorObject() local
[all …]
Djs_tagged_value.cpp963 JSType jsType = hclass->GetObjectType(); in HasContainerProperty() local
1009 JSType jsType = hclass->GetObjectType(); in GetOwnContainerPropertyKeys() local
1055 JSType jsType = hclass->GetObjectType(); in GetContainerProperty() local
1110 JSType jsType = hclass->GetObjectType(); in GetJSAPIProperty() local
1152 JSType jsType = hclass->GetObjectType(); in SetJSAPIProperty() local
Djs_typed_array.cpp595 JSType jsType) in FastGetPropertyByIndex()
628 JSTaggedValue value, JSType jsType) in FastSetPropertyByIndex()
Djs_for_in_iterator.cpp40 JSType jsType = hclass->GetObjectType(); in CheckObjProto() local
Djs_object.cpp1609 JSType jsType = hclass->GetObjectType(); in ToPropertyDescriptorFast() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_typed_array_test.cpp66 JSHandle<JSTypedArray> CreateNumberTypedArray(JSThread *thread, JSType jsType) in CreateNumberTypedArray()
1322 JSType jsType = cVecJSType.at(j); in HWTEST_F_L0() local
1360 JSType jsType = cVecJSType.at(j); in HWTEST_F_L0() local
1397 JSType jsType = cVecJSType.at(j); in HWTEST_F_L0() local
1423 JSType jsType = cVecJSType.at(j); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp360 JSType jsType = tagValue.GetTaggedObject()->GetClass()->GetObjectType(); in SerializeJSONProperty() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp1973 GateRef jsType = GetObjectType(hclass); in GetPropertyByIndex() local
2178 GateRef jsType = GetObjectType(hclass); in GetPropertyByName() local
2439 GateRef jsType = GetObjectType(hclass); in SetPropertyByIndex() local
2591 GateRef jsType = GetObjectType(hclass); in SetPropertyByName() local
2951 …ef StubBuilder::GetContainerProperty(GateRef glue, GateRef receiver, GateRef index, GateRef jsType) in GetContainerProperty()
4999 GateRef key, GateRef jsType) in GetTypeArrayPropertyByName()
5052 GateRef value, GateRef jsType) in SetTypeArrayPropertyByName()
Dstub_builder-inl.h1565 inline GateRef StubBuilder::IsSpecialIndexedObj(GateRef jsType) in IsSpecialIndexedObj()
1570 inline GateRef StubBuilder::IsSpecialContainer(GateRef jsType) in IsSpecialContainer()
1578 inline GateRef StubBuilder::IsFastTypeArray(GateRef jsType) in IsFastTypeArray()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1804 JSTaggedValue jsType = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
1814 JSTaggedValue jsType = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local