| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_dataview_test.cpp | 82 JSTaggedValue tagged = CreateBuiltinsDataviewArrayBuffer(thread, length); in CreateBuiltinsDataView() local 133 JSTaggedValue tagged = CreateBuiltinsDataviewArrayBuffer(thread, 10); in HWTEST_F_L0() local 165 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 10, 1); in HWTEST_F_L0() local 196 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 10, 2); in HWTEST_F_L0() local 227 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 10, 1); in HWTEST_F_L0() local 242 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 8, 0); in HWTEST_F_L0() local 271 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 8, 0); in HWTEST_F_L0() local 300 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 8, 0); in HWTEST_F_L0() local 322 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 8, 0); in HWTEST_F_L0() local 344 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 8, 0); in HWTEST_F_L0() local [all …]
|
| D | builtins_arraybuffer_test.cpp | 95 JSTaggedValue tagged = CreateBuiltinsArrayBuffer(thread, 5); in HWTEST_F_L0() local 110 JSTaggedValue tagged = CreateBuiltinsArrayBuffer(thread, 10); in HWTEST_F_L0() local
|
| D | builtins_sharedarraybuffer_test.cpp | 105 JSTaggedValue tagged = CreateBuiltinsSharedArrayBuffer(thread, 18); in HWTEST_F_L0() local 119 JSTaggedValue tagged = CreateBuiltinsSharedArrayBuffer(thread, 10); in HWTEST_F_L0() local 161 JSTaggedValue tagged = CreateBuiltinsSharedArrayBuffer(thread, 10); in HWTEST_F_L0() local
|
| D | builtins_atomics_test.cpp | 527 JSTaggedValue tagged = CreateSharedArrayBuffer(thread, 0); in HWTEST_F_L0() local 903 JSTaggedValue tagged = CreateSharedArrayBuffer(thread, 4); in HWTEST_F_L0() local 934 JSTaggedValue tagged = CreateSharedArrayBuffer(thread, 4); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_tagged_value-inl.h | 88 …ine JSTaggedNumber JSTaggedValue::ToNumber(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToNumber() 128 …line JSTaggedValue JSTaggedValue::ToBigInt(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToBigInt() 170 …ne JSTaggedValue JSTaggedValue::ToBigInt64(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToBigInt64() 186 …e JSTaggedValue JSTaggedValue::ToBigUint64(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToBigUint64() 200 …ne JSTaggedNumber JSTaggedValue::ToInteger(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToInteger() 208 inline int32_t JSTaggedValue::ToInt32(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToInt32() 215 inline uint32_t JSTaggedValue::ToUint32(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToUint32() 220 inline int16_t JSTaggedValue::ToInt16(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToInt16() 228 inline uint16_t JSTaggedValue::ToUint16(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToUint16() 233 inline int8_t JSTaggedValue::ToInt8(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToInt8() [all …]
|
| D | js_tagged_value.cpp | 57 …STaggedValue> JSTaggedValue::ToPropertyKey(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToPropertyKey() 339 JSTaggedValue JSTaggedValue::ToPrimitive(JSThread *thread, const JSHandle<JSTaggedValue> &tagged, in ToPrimitive() 369 …edValue JSTaggedValue::OrdinaryToPrimitive(JSThread *thread, const JSHandle<JSTaggedValue> &tagged, in OrdinaryToPrimitive() 399 JSHandle<JSTaggedValue> tagged(thread, val); in ToString() local 403 …Handle<EcmaString> JSTaggedValue::ToString(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToString() 450 …JSTaggedValue::CanonicalNumericIndexString(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in CanonicalNumericIndexString() 469 JSHandle<JSObject> JSTaggedValue::ToObject(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToObject() 901 JSTaggedNumber JSTaggedValue::ToIndex(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToIndex() 1090 JSHandle<JSTaggedValue> JSTaggedValue::ToNumeric(JSThread *thread, JSHandle<JSTaggedValue> tagged) in ToNumeric()
|
| D | js_tagged_number.h | 162 inline static JSTaggedNumber FromIntOrDouble(JSThread *thread, JSTaggedValue tagged) in FromIntOrDouble()
|
| D | js_typed_array.cpp | 560 JSTaggedNumber JSTypedArray::NonEcmaObjectToNumber(JSThread *thread, const JSTaggedValue tagged) in NonEcmaObjectToNumber()
|
| D | js_object.cpp | 1534 JSTaggedValue tagged = JSFunction::Call(info); in InstanceOf() local
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_types.cpp | 111 …::unique_ptr<RemoteObject> RemoteObject::FromTagged(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in FromTagged() 187 PrimitiveRemoteObject::PrimitiveRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in PrimitiveRemoteObject() 214 …ingRemoteObject::StringRemoteObject([[maybe_unused]] const EcmaVM *ecmaVm, Local<StringRef> tagged) in StringRemoteObject() 223 SymbolRemoteObject::SymbolRemoteObject(const EcmaVM *ecmaVm, Local<SymbolRef> tagged) in SymbolRemoteObject() 232 FunctionRemoteObject::FunctionRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in FunctionRemoteObject() 242 …FunctionRemoteObject::GeneratorFunctionRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in GeneratorFunctionRemoteObject() 252 ObjectRemoteObject::ObjectRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged, in ObjectRemoteObject() 263 ObjectRemoteObject::ObjectRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged, in ObjectRemoteObject() 275 std::string ObjectRemoteObject::DescriptionForObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in DescriptionForObject() 380 std::string ObjectRemoteObject::DescriptionForArray(const EcmaVM *ecmaVm, Local<ArrayRef> tagged) in DescriptionForArray() [all …]
|
| /arkcompiler/runtime_core/assembler/tests/ |
| D | emitter_test.cpp | 695 const auto tagged = panda_file::Type(panda_file::Type::TypeId::TAGGED); in TEST() local 730 const auto tagged = panda_file::Type(panda_file::Type::TypeId::TAGGED); in TEST() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_builder-inl.h | 95 GateRef tagged = ChangeTaggedPointerToInt64(x); in GetInt64OfTInt() local 112 GateRef tagged = ChangeTaggedPointerToInt64(x); in GetDoubleOfTDouble() local
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| D | snapshot_processor.cpp | 1524 uint64_t SnapshotProcessor::SerializeTaggedField(JSTaggedType *tagged, CQueue<TaggedObject *> *queu… in SerializeTaggedField()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | tagged_value_test.cpp | 784 void CheckOkString(JSThread *thread, const JSHandle<JSTaggedValue> &tagged, CString &rightCStr) in CheckOkString()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 1805 auto tagged = RuntimeOptConstruct(thread, func, newTarget, preArgs, args); in RuntimeNewObjRange() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi.cpp | 2195 JSHandle<JSTaggedValue> tagged = JSNApiHelper::ToJSHandle(this); in IntegerValue() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.h | 605 JSTaggedValue tagged = in ExecuteNative() local
|