Searched defs:jsType (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_fast_operator-inl.h | 53 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 …]
|
| D | js_hclass.h | 433 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 …]
|
| D | js_tagged_value.cpp | 963 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
|
| D | js_typed_array.cpp | 595 JSType jsType) in FastGetPropertyByIndex() 628 JSTaggedValue value, JSType jsType) in FastSetPropertyByIndex()
|
| D | js_for_in_iterator.cpp | 40 JSType jsType = hclass->GetObjectType(); in CheckObjProto() local
|
| D | js_object.cpp | 1609 JSType jsType = hclass->GetObjectType(); in ToPropertyDescriptorFast() 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 | 360 JSType jsType = tagValue.GetTaggedObject()->GetClass()->GetObjectType(); in SerializeJSONProperty() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.cpp | 1973 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()
|
| D | stub_builder-inl.h | 1565 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/ |
| D | runtime_stubs.cpp | 1804 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
|