Home
last modified time | relevance | path

Searched defs:tagged (Results 1 – 14 of 14) sorted by relevance

/ark/js_runtime/ecmascript/builtins/tests/
Dbuiltins_dataview_test.cpp80 JSTaggedValue tagged = CreateBuiltinsArrayBuffer(thread, length); in CreateBuiltinsDataView() local
112 JSTaggedValue tagged = CreateBuiltinsArrayBuffer(thread, 10); in HWTEST_F_L0() local
128 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 10, 1); in HWTEST_F_L0() local
142 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 10, 2); in HWTEST_F_L0() local
156 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 10, 1); in HWTEST_F_L0() local
170 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 8, 0); in HWTEST_F_L0() local
196 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 8, 0); in HWTEST_F_L0() local
222 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 8, 0); in HWTEST_F_L0() local
243 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 8, 0); in HWTEST_F_L0() local
264 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 8, 0); in HWTEST_F_L0() local
[all …]
Dbuiltins_arraybuffer_test.cpp92 JSTaggedValue tagged = CreateBuiltinsArrayBuffer(thread, 5); in HWTEST_F_L0() local
106 JSTaggedValue tagged = CreateBuiltinsArrayBuffer(thread, 10); in HWTEST_F_L0() local
/ark/js_runtime/ecmascript/
Djs_tagged_value-inl.h87 …ine JSTaggedNumber JSTaggedValue::ToNumber(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToNumber()
144 …line JSTaggedValue JSTaggedValue::ToBigInt(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToBigInt()
186 …ne JSTaggedValue JSTaggedValue::ToBigInt64(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToBigInt64()
205 …e JSTaggedValue JSTaggedValue::ToBigUint64(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToBigUint64()
216 …ne JSTaggedNumber JSTaggedValue::ToInteger(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToInteger()
224 inline int32_t JSTaggedValue::ToInt32(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToInt32()
231 inline uint32_t JSTaggedValue::ToUint32(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToUint32()
236 inline int16_t JSTaggedValue::ToInt16(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToInt16()
244 inline uint16_t JSTaggedValue::ToUint16(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToUint16()
249 inline int8_t JSTaggedValue::ToInt8(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToInt8()
[all …]
Djs_tagged_value.cpp46 …STaggedValue> JSTaggedValue::ToPropertyKey(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToPropertyKey()
322 JSTaggedValue JSTaggedValue::ToPrimitive(JSThread *thread, const JSHandle<JSTaggedValue> &tagged, in ToPrimitive()
349 …edValue JSTaggedValue::OrdinaryToPrimitive(JSThread *thread, const JSHandle<JSTaggedValue> &tagged, in OrdinaryToPrimitive()
374 …Handle<EcmaString> JSTaggedValue::ToString(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToString()
421 …JSTaggedValue::CanonicalNumericIndexString(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in CanonicalNumericIndexString()
436 JSHandle<JSObject> JSTaggedValue::ToObject(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToObject()
793 JSTaggedNumber JSTaggedValue::ToIndex(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToIndex()
915 JSTaggedValue JSTaggedValue::ToNumeric(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToNumeric()
Decma_runtime_call_info.h115 inline void SetArg(uint32_t idx, JSTaggedValue tagged) in SetArg()
Djs_tagged_number.h161 inline static JSTaggedNumber FromIntOrDouble(JSThread *thread, JSTaggedValue tagged) in FromIntOrDouble()
Djs_object.cpp1445 … JSTaggedValue tagged = JSFunction::Call(thread, instOfHandler, target, 1, arguments->GetArgv()); in InstanceOf() local
/ark/js_runtime/ecmascript/tooling/base/
Dpt_types.cpp95 …::unique_ptr<RemoteObject> RemoteObject::FromTagged(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in FromTagged()
167 PrimitiveRemoteObject::PrimitiveRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in PrimitiveRemoteObject()
194 …ingRemoteObject::StringRemoteObject([[maybe_unused]] const EcmaVM *ecmaVm, Local<StringRef> tagged) in StringRemoteObject()
203 SymbolRemoteObject::SymbolRemoteObject(const EcmaVM *ecmaVm, Local<SymbolRef> tagged) in SymbolRemoteObject()
212 FunctionRemoteObject::FunctionRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in FunctionRemoteObject()
222 ObjectRemoteObject::ObjectRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged, in ObjectRemoteObject()
233 ObjectRemoteObject::ObjectRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged, in ObjectRemoteObject()
245 std::string ObjectRemoteObject::DescriptionForObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in DescriptionForObject()
295 std::string ObjectRemoteObject::DescriptionForArray(const EcmaVM *ecmaVm, Local<ArrayRef> tagged) in DescriptionForArray()
301 std::string ObjectRemoteObject::DescriptionForRegexp(const EcmaVM *ecmaVm, Local<RegExpRef> tagged) in DescriptionForRegexp()
[all …]
/ark/runtime_core/assembler/tests/
Demitter_test.cpp798 const auto tagged = panda_file::Type(panda_file::Type::TypeId::TAGGED); in TEST() local
833 const auto tagged = panda_file::Type(panda_file::Type::TypeId::TAGGED); in TEST() local
/ark/js_runtime/ecmascript/snapshot/mem/
Dsnapshot_serialize.cpp886 uint64_t SnapShotSerialize::HandleTaggedField(JSTaggedType *tagged, CQueue<TaggedObject *> *queue, in HandleTaggedField()
/ark/js_runtime/ecmascript/tests/
Dtagged_value_test.cpp776 void CheckOkString(JSThread *thread, const JSHandle<JSTaggedValue> &tagged, CString &rightCStr) in CheckOkString()
/ark/js_runtime/ecmascript/compiler/
Dstub-inl.h1742 GateRef tagged = ChangeTaggedPointerToInt64(x); in TaggedCastToInt64() local
1758 GateRef tagged = ChangeTaggedPointerToInt64(x); in TaggedCastToDouble() local
/ark/js_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp674 …auto tagged = SlowRuntimeHelper::Construct(thread, funcHandle, newTargetHandle, preArgs, length, f… in NewObjDynRange() local
939 …auto tagged = SlowRuntimeHelper::NewObject(thread, funcHandle, newTargetHandle, length, arguments-… in NewObjSpreadDyn() local
Dinterpreter-inl.h417 JSTaggedValue tagged = in ExecuteNative() local