Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp3601 JSFunction *callerJSFunc = JSFunction::Cast(callerFunc); in DEF_RUNTIME_STUBS() local
3603 Method *callerMethod = Method::Cast(JSFunction::Cast(callerJSFunc)->GetMethod()); in DEF_RUNTIME_STUBS()
3620 JSFunction *callerJSFunc = JSFunction::Cast(callerFunc); in DEF_RUNTIME_STUBS() local
3621 Method *callerMethod = Method::Cast(callerJSFunc->GetMethod()); in DEF_RUNTIME_STUBS()

Completed in 9 milliseconds