Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dobject_fast_operator-inl.h53 JSType jsType = hclass->GetObjectType(); in GetPropertyByName() local
121 JSType jsType = hclass->GetObjectType(); in SetPropertyByName() local
231 JSType jsType = hclass->GetObjectType(); in GetPropertyByIndex() local
287 JSType jsType = hclass->GetObjectType(); in SetPropertyByIndex() local
591 bool ObjectFastOperator::IsSpecialIndexedObj(JSType jsType) in IsSpecialIndexedObj()
596 bool ObjectFastOperator::IsFastTypeArray(JSType jsType) in IsFastTypeArray()
603 JSTaggedValue key, JSType jsType) in FastGetTypeArrayProperty()
631 JSTaggedValue value, JSType jsType) in FastSetTypeArrayProperty()
651 bool ObjectFastOperator::IsSpecialContainer(JSType jsType) in IsSpecialContainer()
657 JSType jsType) in GetContainerProperty()
[all …]
Djs_hclass.h491 JSType jsType = GetObjectType(); in IsJSObject() local
497 JSType jsType = GetObjectType(); in IsECMAObject() local
513 JSType jsType = GetObjectType(); in IsString() local
544 JSType jsType = GetObjectType(); in IsStringOrSymbol() local
550 JSType jsType = GetObjectType(); in IsTaggedArray() local
603 JSType jsType = GetObjectType(); in IsTypedArray() local
679 JSType jsType = GetObjectType(); in IsJSFunctionBase() local
805 JSType jsType = GetObjectType(); in IsJSError() local
1014 JSType jsType = GetObjectType(); in IsIterator() local
1238 JSType jsType = GetObjectType(); in IsGeneratorObject() local
[all …]
Djs_tagged_value.cpp1039 JSType jsType = hclass->GetObjectType(); in HasContainerProperty() local
1086 JSType jsType = hclass->GetObjectType(); in GetOwnContainerPropertyKeys() local
1132 JSType jsType = hclass->GetObjectType(); in GetOwnContainerEnumPropertyKeys() local
1170 JSType jsType = hclass->GetObjectType(); in GetContainerProperty() local
1227 JSType jsType = hclass->GetObjectType(); in GetJSAPIProperty() local
1269 JSType jsType = hclass->GetObjectType(); in SetJSAPIProperty() local
Djs_for_in_iterator.cpp40 JSType jsType = hclass->GetObjectType(); in CheckObjProto() local
Djs_typed_array.cpp637 JSType jsType) in FastGetPropertyByIndex()
670 JSTaggedValue value, JSType jsType) in FastSetPropertyByIndex()
Djs_object.cpp1842 JSType jsType = hclass->GetObjectType(); in ToPropertyDescriptorFast() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_array_stub_builder.cpp81 …rrayStubBuilder::FastGetPropertyByIndex(GateRef glue, GateRef array, GateRef index, GateRef jsType) in FastGetPropertyByIndex()
149 GateRef jsType = GetObjectType(hclass); in FastCopyElementToArray() local
177 …ArrayStubBuilder::GetValueFromBuffer(GateRef buffer, GateRef index, GateRef offset, GateRef jsType) in GetValueFromBuffer()
Dstub_builder.cpp2193 GateRef jsType = GetObjectType(hclass); in GetPropertyByIndex() local
2411 GateRef jsType = GetObjectType(hclass); in GetPropertyByName() local
2727 GateRef jsType = GetObjectType(hclass); in SetPropertyByIndex() local
2894 GateRef jsType = GetObjectType(hclass); in SetPropertyByName() local
3268 …ef StubBuilder::GetContainerProperty(GateRef glue, GateRef receiver, GateRef index, GateRef jsType) in GetContainerProperty()
5893 GateRef key, GateRef jsType) in GetTypeArrayPropertyByName()
5946 GateRef value, GateRef jsType) in SetTypeArrayPropertyByName()
Dstub_builder-inl.h1722 inline GateRef StubBuilder::IsSpecialIndexedObj(GateRef jsType) in IsSpecialIndexedObj()
1727 inline GateRef StubBuilder::IsSpecialContainer(GateRef jsType) in IsSpecialContainer()
1735 inline GateRef StubBuilder::IsFastTypeArray(GateRef jsType) in IsFastTypeArray()
2419 GateRef jsType = GetObjectType(jsHclass); in IsTypedArray() 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.cpp361 JSType jsType = tagValue.GetTaggedObject()->GetClass()->GetObjectType(); in SerializeJSONProperty() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1875 JSTaggedValue jsType = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
1885 JSTaggedValue jsType = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local