Home
last modified time | relevance | path

Searched defs:taggedValue (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddefault_inspector_extension.cpp214 auto taggedValue = ObjectAccessor::GetDynValue<TaggedValue>(object, fieldOffset); in EnumerateProperties() local
227 auto taggedValue = ObjectAccessor::GetDynValue<TaggedValue>(object, fieldOffset); in EnumerateProperties() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dobject_helpers-inl.h172 auto taggedValue = ObjectAccessor::GetDynValue<TaggedValue>(dynClass, fieldOffset); in TraverseClass() local
200 auto taggedValue = ObjectAccessor::GetDynValue<TaggedValue>(object, fieldOffset); in TraverseObject() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_job.cpp78 JSTaggedValue taggedValue = JSFunction::Call(info); in PromiseReactionJob() local
Dbuiltins_promise.cpp80 JSTaggedValue taggedValue = JSFunction::Call(info); in PromiseConstructor() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_hashmap.cpp46 JSTaggedValue taggedValue = value.GetTaggedValue(); in HasValue() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_plain_array_test.cpp250 JSTaggedValue taggedValue = in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_relative_time_format.cpp391 JSHandle<JSTaggedValue> taggedValue(thread, JSTaggedValue(value)); in FormatToArray() local
Djs_tagged_value.cpp533 JSHandle<BigInt> taggedValue(tagged); in ToString() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp392 Register taggedValue(X2); in JSCallInternal() local
538 void OptimizedCall::JSCallCheck(ExtendedAssembler *assembler, Register jsfunc, Register taggedValue, in JSCallCheck()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1611 JSTaggedValue taggedValue(*tagged); in SerializeTaggedField() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1770 Local<JSValueRef> taggedValue; in ConvertToLocal() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1106 JSTaggedValue taggedValue = classType->GetName(); in GetClassTypeStr() local