Home
last modified time | relevance | path

Searched refs:funcVal (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp896 JSHandle<JSTaggedValue> funcVal = JSNApiHelper::ToJSHandle(this); in IsConcurrentFunction() local
897 JSHandle<JSFunction> transFunc = JSHandle<JSFunction>::Cast(funcVal); in IsConcurrentFunction()
4174 JSHandle<JSTaggedValue> funcVal = JSNApiHelper::ToJSHandle(function); in InitForConcurrentFunction() local
4175 JSHandle<JSFunction> transFunc = JSHandle<JSFunction>::Cast(funcVal); in InitForConcurrentFunction()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp1766 JSHandle<JSTaggedValue> funcVal = JSHandle<JSTaggedValue>(thread, frameHandler.GetFunction()); in DEF_RUNTIME_STUBS() local
1767 JSHandle<JSFunction> func = JSHandle<JSFunction>::Cast(funcVal); in DEF_RUNTIME_STUBS()

Completed in 29 milliseconds