Home
last modified time | relevance | path

Searched refs:ThrowNotCallableException (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h261 V(ThrowNotCallableException) \
Druntime_stubs.cpp1736 DEF_RUNTIME_STUBS(ThrowNotCallableException) in DEF_RUNTIME_STUBS() argument
1738 RUNTIME_STUBS_HEADER(ThrowNotCallableException); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp5162 CallRuntime(glue, RTSTUB_ID(ThrowNotCallableException), {}); in JSCallDispatch()