Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_job.cpp71 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/
Djs_relative_time_format.cpp377 JSHandle<JSTaggedValue> taggedValue(thread, JSTaggedValue(value)); in FormatToArray() local
Djs_tagged_value.cpp436 JSHandle<BigInt> taggedValue(tagged); in ToString() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_plain_array_test.cpp250 JSTaggedValue taggedValue = in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp376 Register taggedValue(X2); in JSCallInternal() local
540 Register taggedValue(X2); in ConstructorJSCallInternal() local
607 void OptimizedCall::JSCallCheck(ExtendedAssembler *assembler, Register jsfunc, Register taggedValue, in JSCallCheck()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1527 JSTaggedValue taggedValue(*tagged); in SerializeTaggedField() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1227 Local<JSValueRef> taggedValue; in ConvertToLocal() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp869 JSTaggedValue taggedValue = classType->GetName(); in GetClassTypeStr() local