Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h310 V(ThrowNotCallableException) \
Druntime_stubs.cpp2296 DEF_RUNTIME_STUBS(ThrowNotCallableException) in DEF_RUNTIME_STUBS() argument
2298 RUNTIME_STUBS_HEADER(ThrowNotCallableException); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp6770 CallRuntime(glue, RTSTUB_ID(ThrowNotCallableException), {}); in JSCallDispatch()