Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_value.cpp72 …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
Djs_refconvert_builtin.cpp302 napi_valuetype jsType = GetValueType(env, jsValue); in MObject() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_fast_operator-inl.h262 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 …]
Djs_hclass.h641 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 …]
Djs_tagged_value.cpp1502 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
Djs_typed_array.cpp662 JSType jsType) in FastGetPropertyByIndex()
693 JSTaggedValue value, JSType jsType) in FastSetPropertyByIndex()
815 JSType jsType = typedArrayObj->GetClass()->GetObjectType(); in FastTypedArrayFill() local
Dobject_operator.cpp692 JSType jsType = holder.GetTaggedObject()->GetClass()->GetObjectType(); in SetTypedArrayPropByIndex() local
Djs_object.cpp2339 JSType jsType = hclass->GetObjectType(); in ToPropertyDescriptorFast() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dprofile_type_info_cell.h51 JSType jsType = GetClass()->GetObjectType(); in UpdateProfileTypeInfoCellType() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_collection_iterator_stub_builder.cpp31 …auto jsType = std::is_same_v<IteratorType, JSSetIterator> ? JSType::JS_SET_ITERATOR : JSType::JS_M… in CheckCollectionIteratorObj() local
Dbuiltins_typedarray_stub_builder.cpp78 …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 …]
Dbuiltins_collection_stub_builder.cpp30 auto jsType = std::is_same_v<CollectionType, JSSet> ? JSType::JS_SET : JSType::JS_MAP; in CheckCollectionObj() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype.h67 explicit ParamType(JSType jsType) in ParamType()
Dic_stub_builder.cpp305 GateRef jsType = GetObjectType(hclass); in LoadICByValue() local
Dmcr_circuit_builder.h340 GateRef jsType = GetObjectType(LoadHClass(obj)); in TaggedObjectIsTypedArray() local
Dstub_builder.cpp2844 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 …]
Dstub_builder-inl.h1707 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()
Dcircuit_builder.cpp823 GateRef CircuitBuilder::CheckJSType(GateRef object, JSType jsType) in CheckJSType()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_typed_array_test.cpp44 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/
Djson_stringifier.cpp277 JSType jsType = tagValue.GetTaggedObject()->GetClass()->GetObjectType(); in SerializeJSONProperty() local
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.cpp956 JSType jsType = receiver->GetObjectType(); in AddBuiltinsInfo() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp148 JSHandle<JSTypedArray> CreateNumberTypedArray(JSType jsType) in CreateNumberTypedArray()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2805 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/
Dpgo_profiler.cpp1749 JSType jsType = receiver->GetObjectType(); in AddBuiltinsInfo() local