| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | js_value.cpp | 72 napi_valuetype jsType = GetValueType(env, nvalue); in Create() local 126 auto jsType = GetType(); in GetNapiValue() local
|
| D | js_refconvert_builtin.cpp | 303 napi_valuetype jsType = GetValueType(env, jsValue); in MObject() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_fast_operator-inl.h | 260 JSType jsType = hclass->GetObjectType(); in GetPropertyByName() local 416 JSType jsType = hclass->GetObjectType(); in SetPropertyByName() local 577 JSType jsType = hclass->GetObjectType(); in GetPropertyByIndex() local 638 JSType jsType = hclass->GetObjectType(); in SetPropertyByIndex() local 1005 bool ObjectFastOperator::IsSpecialIndexedObj(JSType jsType) in IsSpecialIndexedObj() 1010 bool ObjectFastOperator::IsJSSharedArray(JSType jsType) in IsJSSharedArray() 1015 bool ObjectFastOperator::IsFastTypeArray(JSType jsType) in IsFastTypeArray() 1020 bool ObjectFastOperator::IsString(JSType jsType) in IsString() 1025 bool ObjectFastOperator::IsJSPrimitiveRef(JSType jsType) in IsJSPrimitiveRef() 1032 JSTaggedValue key, JSType jsType) in FastGetTypeArrayProperty() [all …]
|
| D | js_hclass.h | 617 JSType jsType = GetObjectType(); in IsECMAObject() local 638 JSType jsType = GetObjectType(); in IsString() local 674 JSType jsType = GetObjectType(); in IsStringOrSymbol() local 680 JSType jsType = GetObjectType(); in IsTaggedArray() local 748 JSType jsType = GetObjectType(); in IsTypedArray() local 754 JSType jsType = GetObjectType(); in IsSharedTypedArray() local 885 JSType jsType = GetObjectType(); in IsBigInt64Array() local 897 JSType jsType = GetObjectType(); in IsJSFunctionBase() local 1064 JSType jsType = GetObjectType(); in IsJSError() local 1301 JSType jsType = GetObjectType(); in IsIterator() local [all …]
|
| D | js_tagged_value.cpp | 1503 JSType jsType = hclass->GetObjectType(); in HasContainerProperty() local 1553 JSType jsType = hclass->GetObjectType(); in GetOwnContainerPropertyKeys() local 1602 JSType jsType = hclass->GetObjectType(); in GetOwnContainerEnumPropertyKeys() local 1641 JSType jsType = hclass->GetObjectType(); in GetContainerProperty() local 1730 JSType jsType = hclass->GetObjectType(); in GetJSAPIProperty() local 1775 JSType jsType = hclass->GetObjectType(); in SetJSAPIProperty() local
|
| D | js_typed_array.cpp | 678 JSType jsType) in FastGetPropertyByIndex() 713 JSTaggedValue value, JSType jsType) in FastSetPropertyByIndex() 835 JSType jsType = typedArrayObj->GetClass()->GetObjectType(); in FastTypedArrayFill() local
|
| D | object_operator.cpp | 676 JSType jsType = holder.GetTaggedObject()->GetClass()->GetObjectType(); in UpdateDataValue() local
|
| D | js_object.cpp | 2248 JSType jsType = hclass->GetObjectType(); in ToPropertyDescriptorFast() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | profile_type_info_cell.h | 52 JSType jsType = GetClass()->GetObjectType(); in UpdateProfileTypeInfoCellType() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_typedarray_stub_builder.cpp | 80 …edArrayStubBuilder::LoadTypedArrayElement(GateRef glue, GateRef array, GateRef key, GateRef jsType) in LoadTypedArrayElement() 116 GateRef jsType) in StoreTypedArrayElement() 144 GateRef index, GateRef jsType) in FastGetPropertyByIndex() 212 GateRef jsType = GetObjectType(hclass); in FastCopyElementToArray() local 240 …ArrayStubBuilder::GetValueFromBuffer(GateRef buffer, GateRef index, GateRef offset, GateRef jsType) in GetValueFromBuffer() 592 GateRef jsType = GetObjectType(hclass); in LastIndexOf() local 887 GateRef jsType = GetObjectType(LoadHClass(thisValue)); in CopyWithin() local 1747 GateRef jsType = GetObjectType(hclass); in With() local 1853 GateRef jsType = GetObjectType(LoadHClass(receiver)); in DoSort() local 2426 GateRef jsType = GetObjectType(hclass); in FindLastIndex() local [all …]
|
| D | builtins_collection_stub_builder.cpp | 30 auto jsType = std::is_same_v<CollectionType, JSSet> ? JSType::JS_SET : JSType::JS_MAP; in CheckCollectionObj() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | type.h | 66 explicit ParamType(JSType jsType) in ParamType()
|
| D | ic_stub_builder.cpp | 236 GateRef jsType = GetObjectType(hclass); in LoadICByValue() local
|
| D | mcr_circuit_builder.h | 292 GateRef jsType = GetObjectType(LoadHClass(obj)); in TaggedObjectIsTypedArray() local
|
| D | stub_builder.cpp | 2717 GateRef jsType = GetObjectType(hclass); in ICStoreElement() local 3254 GateRef jsType = GetObjectType(hclass); in GetPropertyByIndex() local 3507 GateRef jsType = GetObjectType(hclass); in GetPropertyByName() local 4197 GateRef jsType = GetObjectType(hclass); in SetPropertyByIndex() local 4409 GateRef jsType = GetObjectType(hclass); in DefinePropertyByIndex() local 4582 GateRef jsType = GetObjectType(hclass); in SetPropertyByName() local 4866 GateRef jsType = GetObjectType(hclass); in DefinePropertyByName() local 5339 …ef StubBuilder::GetContainerProperty(GateRef glue, GateRef receiver, GateRef index, GateRef jsType) in GetContainerProperty() 8690 GateRef key, GateRef jsType) in GetTypeArrayPropertyByName() 8743 GateRef value, GateRef jsType) in SetTypeArrayPropertyByName()
|
| D | stub_builder-inl.h | 1587 inline GateRef StubBuilder::IsJSObjectType(GateRef obj, JSType jsType) in IsJSObjectType() 2331 inline GateRef StubBuilder::IsSpecialIndexedObj(GateRef jsType) in IsSpecialIndexedObj() 2411 inline GateRef StubBuilder::IsSpecialContainer(GateRef jsType) in IsSpecialContainer() 2419 inline GateRef StubBuilder::IsSharedArray(GateRef jsType) in IsSharedArray() 2424 inline GateRef StubBuilder::IsFastTypeArray(GateRef jsType) in IsFastTypeArray()
|
| D | circuit_builder.cpp | 756 GateRef CircuitBuilder::CheckJSType(GateRef object, JSType jsType) in CheckJSType()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_typed_array_test.cpp | 44 JSHandle<JSTypedArray> CreateNumberTypedArray(JSThread *thread, JSType jsType) in CreateNumberTypedArray() 1295 JSType jsType = cVecJSType.at(j); in HWTEST_F_L0() local 1323 JSType jsType = cVecJSType.at(j); in HWTEST_F_L0() local 1351 JSType jsType = cVecJSType.at(j); in HWTEST_F_L0() local 1369 JSType jsType = cVecJSType.at(j); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | json_stringifier.cpp | 278 JSType jsType = tagValue.GetTaggedObject()->GetClass()->GetObjectType(); in SerializeJSONProperty() local
|
| D | fast_json_stringifier.cpp | 112 JSType jsType = tagValue.GetTaggedObject()->GetClass()->GetObjectType(); in SerializeJSONProperty() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackinfo.cpp | 760 JSType jsType = JSHClass::ObjectTypeBits::Decode(bits); in ArkCheckIsJSFunctionBaseOrJSProxy() local 1126 JSType jsType = JSHClass::ObjectTypeBits::Decode(bits); in ArkCheckIsJSFunctionBaseOrJSProxy() local
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| D | jit_profiler.cpp | 931 JSType jsType = receiver->GetObjectType(); in AddBuiltinsInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | heap_dump_test.cpp | 144 JSHandle<JSTypedArray> CreateNumberTypedArray(JSType jsType) in CreateNumberTypedArray()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler.cpp | 1809 JSType jsType = receiver->GetObjectType(); in AddBuiltinsInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 2781 JSTaggedValue jsType = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local 2791 JSTaggedValue jsType = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local
|