| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_fast_operator-inl.h | 53 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 …]
|
| D | js_hclass.h | 491 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 …]
|
| D | js_tagged_value.cpp | 1039 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
|
| D | js_for_in_iterator.cpp | 40 JSType jsType = hclass->GetObjectType(); in CheckObjProto() local
|
| D | js_typed_array.cpp | 637 JSType jsType) in FastGetPropertyByIndex() 670 JSTaggedValue value, JSType jsType) in FastSetPropertyByIndex()
|
| D | js_object.cpp | 1842 JSType jsType = hclass->GetObjectType(); in ToPropertyDescriptorFast() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_array_stub_builder.cpp | 81 …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()
|
| D | stub_builder.cpp | 2193 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()
|
| D | stub_builder-inl.h | 1722 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/ |
| D | js_typed_array_test.cpp | 66 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/ |
| D | json_stringifier.cpp | 361 JSType jsType = tagValue.GetTaggedObject()->GetClass()->GetObjectType(); in SerializeJSONProperty() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 1875 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
|