| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | js_value.cpp | 72 …lue *JSValue::CreateByType(InteropCtx *ctx, napi_env env, napi_value nvalue, napi_valuetype jsType, in CreateByType() 124 napi_valuetype jsType = GetValueType(env, nvalue); in Create() local 138 auto jsType = GetType(); in GetNapiValue() local
|
| D | js_refconvert_builtin.cpp | 302 napi_valuetype jsType = GetValueType(env, jsValue); in MObject() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_fast_operator-inl.h | 262 JSType jsType = hclass->GetObjectType(); in GetPropertyByName() local 424 JSType jsType = hclass->GetObjectType(); in SetPropertyByName() local 606 JSType jsType = hclass->GetObjectType(); in GetPropertyByIndex() local 667 JSType jsType = hclass->GetObjectType(); in SetPropertyByIndex() local 1030 bool ObjectFastOperator::IsSpecialIndexedObj(JSType jsType) in IsSpecialIndexedObj() 1035 bool ObjectFastOperator::IsJSSharedArray(JSType jsType) in IsJSSharedArray() 1040 bool ObjectFastOperator::IsFastTypeArray(JSType jsType) in IsFastTypeArray() 1045 bool ObjectFastOperator::IsString(JSType jsType) in IsString() 1050 bool ObjectFastOperator::IsJSPrimitiveRef(JSType jsType) in IsJSPrimitiveRef() 1057 JSTaggedValue key, JSType jsType) in FastGetTypeArrayProperty() [all …]
|
| D | js_hclass.h | 641 JSType jsType = GetObjectType(); in IsECMAObject() local 662 JSType jsType = GetObjectType(); in IsString() local 698 JSType jsType = GetObjectType(); in IsStringOrSymbol() local 704 JSType jsType = GetObjectType(); in IsTaggedArray() local 772 JSType jsType = GetObjectType(); in IsTypedArray() local 778 JSType jsType = GetObjectType(); in IsSharedTypedArray() local 909 JSType jsType = GetObjectType(); in IsBigInt64Array() local 921 JSType jsType = GetObjectType(); in IsJSFunctionBase() local 1088 JSType jsType = GetObjectType(); in IsJSError() local 1325 JSType jsType = GetObjectType(); in IsIterator() local [all …]
|
| D | js_tagged_value.cpp | 1502 JSType jsType = hclass->GetObjectType(); in HasContainerProperty() local 1552 JSType jsType = hclass->GetObjectType(); in GetOwnContainerPropertyKeys() local 1601 JSType jsType = hclass->GetObjectType(); in GetOwnContainerEnumPropertyKeys() local 1640 JSType jsType = hclass->GetObjectType(); in GetContainerProperty() local 1729 JSType jsType = hclass->GetObjectType(); in GetJSAPIProperty() local 1774 JSType jsType = hclass->GetObjectType(); in SetJSAPIProperty() local
|
| D | js_typed_array.cpp | 662 JSType jsType) in FastGetPropertyByIndex() 693 JSTaggedValue value, JSType jsType) in FastSetPropertyByIndex() 815 JSType jsType = typedArrayObj->GetClass()->GetObjectType(); in FastTypedArrayFill() local
|
| D | object_operator.cpp | 692 JSType jsType = holder.GetTaggedObject()->GetClass()->GetObjectType(); in SetTypedArrayPropByIndex() local
|
| D | js_object.cpp | 2339 JSType jsType = hclass->GetObjectType(); in ToPropertyDescriptorFast() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | profile_type_info_cell.h | 51 JSType jsType = GetClass()->GetObjectType(); in UpdateProfileTypeInfoCellType() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_collection_iterator_stub_builder.cpp | 31 …auto jsType = std::is_same_v<IteratorType, JSSetIterator> ? JSType::JS_SET_ITERATOR : JSType::JS_M… in CheckCollectionIteratorObj() local
|
| D | builtins_typedarray_stub_builder.cpp | 78 …edArrayStubBuilder::LoadTypedArrayElement(GateRef glue, GateRef array, GateRef key, GateRef jsType) in LoadTypedArrayElement() 114 GateRef jsType) in StoreTypedArrayElement() 142 GateRef index, GateRef jsType) in FastGetPropertyByIndex() 210 GateRef jsType = GetObjectType(hclass); in FastCopyElementToArray() local 238 …ArrayStubBuilder::GetValueFromBuffer(GateRef buffer, GateRef index, GateRef offset, GateRef jsType) in GetValueFromBuffer() 561 GateRef jsType = GetObjectType(hclass); in LastIndexOf() local 856 GateRef jsType = GetObjectType(LoadHClass(thisValue)); in CopyWithin() local 1717 GateRef jsType = GetObjectType(hclass); in With() local 1823 GateRef jsType = GetObjectType(LoadHClass(receiver)); in DoSort() local 2400 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 | 67 explicit ParamType(JSType jsType) in ParamType()
|
| D | ic_stub_builder.cpp | 305 GateRef jsType = GetObjectType(hclass); in LoadICByValue() local
|
| D | mcr_circuit_builder.h | 340 GateRef jsType = GetObjectType(LoadHClass(obj)); in TaggedObjectIsTypedArray() local
|
| D | stub_builder.cpp | 2844 GateRef jsType = GetObjectType(hclass); in ICStoreElement() local 3384 GateRef jsType = GetObjectType(hclass); in GetPropertyByIndex() local 3627 GateRef jsType = GetObjectType(hclass); in GetPropertyByName() local 4338 GateRef jsType = GetObjectType(hclass); in SetPropertyByIndex() local 4550 GateRef jsType = GetObjectType(hclass); in DefinePropertyByIndex() local 4723 GateRef jsType = GetObjectType(hclass); in SetPropertyByName() local 5042 GateRef jsType = GetObjectType(hclass); in DefinePropertyByName() local 9148 void StubBuilder::TryFastGetArrayIterator(GateRef glue, GateRef hclass, GateRef jsType, in TryFastGetArrayIterator() 9193 GateRef jsType = GetObjectType(hclass); in TryFastGetIterator() local 9482 GateRef key, GateRef jsType) in GetTypeArrayPropertyByName() [all …]
|
| D | stub_builder-inl.h | 1707 inline GateRef StubBuilder::IsJSObjectType(GateRef obj, JSType jsType) in IsJSObjectType() 2526 inline GateRef StubBuilder::IsSpecialIndexedObj(GateRef jsType) in IsSpecialIndexedObj() 2614 inline GateRef StubBuilder::IsArrayListOrVector(GateRef jsType) in IsArrayListOrVector() 2621 inline GateRef StubBuilder::IsSharedArray(GateRef jsType) in IsSharedArray() 2626 inline GateRef StubBuilder::IsFastTypeArray(GateRef jsType) in IsFastTypeArray()
|
| D | circuit_builder.cpp | 823 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 | 277 JSType jsType = tagValue.GetTaggedObject()->GetClass()->GetObjectType(); in SerializeJSONProperty() local
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| D | jit_profiler.cpp | 956 JSType jsType = receiver->GetObjectType(); in AddBuiltinsInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | heap_dump_test.cpp | 148 JSHandle<JSTypedArray> CreateNumberTypedArray(JSType jsType) in CreateNumberTypedArray()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 2805 JSTaggedValue jsType = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local 2815 JSTaggedValue jsType = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local 3965 const JSType jsType = hclass->GetObjectType(); in SortTypedArray() local 4004 const JSType jsType = hclass->GetObjectType(); in ReverseTypedArray() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler.cpp | 1749 JSType jsType = receiver->GetObjectType(); in AddBuiltinsInfo() local
|