Home
last modified time | relevance | path

Searched defs:funcVal (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dframe_handler.cpp147 JSHandle<JSTaggedValue> funcVal = JSHandle<JSTaggedValue>(thread_, GetFunction()); in GetBytecodeOffset() local
/arkcompiler/ets_runtime/ecmascript/
Dframes.cpp540 JSHandle<JSTaggedValue> funcVal = JSHandle<JSTaggedValue>(thread_, frame->function); in GetBaselineBytecodeOffset() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp972 JSHandle<JSTaggedValue> funcVal = JSNApiHelper::ToJSHandle(this); in IsConcurrentFunction() local
4339 JSHandle<JSTaggedValue> funcVal = JSNApiHelper::ToJSHandle(function); in InitForConcurrentFunction() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1790 … JSHandle<JSTaggedValue> funcVal = JSHandle<JSTaggedValue>(thread, frameHandler.GetFunction()); in DEF_RUNTIME_STUBS() local