Home
last modified time | relevance | path

Searched refs:functionValue (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp590 JSHandle<JSTaggedValue> functionValue(thread_, hint); in TriggerConcurrentCallback() local
591 if (!functionValue->IsJSFunction()) { in TriggerConcurrentCallback()
595 JSHandle<JSFunction> functionInfo(functionValue); in TriggerConcurrentCallback()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp454 JSTaggedValue functionValue(static_cast<JSTaggedType>(functionAddress)); in GetArkJSHeapCrashInfo() local
455 Method *method = ECMAObject::Cast(functionValue.GetTaggedObject())->GetCallTarget(); in GetArkJSHeapCrashInfo()