Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_value.cpp72 napi_valuetype jsType = GetValueType(env, nvalue); in Create() local
126 auto jsType = GetType(); in GetNapiValue() local
Djs_refconvert_builtin.cpp303 napi_valuetype jsType = GetValueType(env, jsValue); in MObject() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_fast_operator-inl.h260 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 …]
Djs_hclass.h617 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 …]
Djs_tagged_value.cpp1503 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
Djs_typed_array.cpp678 JSType jsType) in FastGetPropertyByIndex()
713 JSTaggedValue value, JSType jsType) in FastSetPropertyByIndex()
835 JSType jsType = typedArrayObj->GetClass()->GetObjectType(); in FastTypedArrayFill() local
Dobject_operator.cpp676 JSType jsType = holder.GetTaggedObject()->GetClass()->GetObjectType(); in UpdateDataValue() local
Djs_object.cpp2248 JSType jsType = hclass->GetObjectType(); in ToPropertyDescriptorFast() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dprofile_type_info_cell.h52 JSType jsType = GetClass()->GetObjectType(); in UpdateProfileTypeInfoCellType() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.cpp80 …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 …]
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.h66 explicit ParamType(JSType jsType) in ParamType()
Dic_stub_builder.cpp236 GateRef jsType = GetObjectType(hclass); in LoadICByValue() local
Dmcr_circuit_builder.h292 GateRef jsType = GetObjectType(LoadHClass(obj)); in TaggedObjectIsTypedArray() local
Dstub_builder.cpp2717 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()
Dstub_builder-inl.h1587 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()
Dcircuit_builder.cpp756 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.cpp278 JSType jsType = tagValue.GetTaggedObject()->GetClass()->GetObjectType(); in SerializeJSONProperty() local
Dfast_json_stringifier.cpp112 JSType jsType = tagValue.GetTaggedObject()->GetClass()->GetObjectType(); in SerializeJSONProperty() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp760 JSType jsType = JSHClass::ObjectTypeBits::Decode(bits); in ArkCheckIsJSFunctionBaseOrJSProxy() local
1126 JSType jsType = JSHClass::ObjectTypeBits::Decode(bits); in ArkCheckIsJSFunctionBaseOrJSProxy() local
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.cpp931 JSType jsType = receiver->GetObjectType(); in AddBuiltinsInfo() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp144 JSHandle<JSTypedArray> CreateNumberTypedArray(JSType jsType) in CreateNumberTypedArray()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1809 JSType jsType = receiver->GetObjectType(); in AddBuiltinsInfo() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2781 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