Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h260 V(ThrowSetterIsUndefinedException) \
Druntime_stubs.cpp1746 DEF_RUNTIME_STUBS(ThrowSetterIsUndefinedException) in DEF_RUNTIME_STUBS() argument
1748 RUNTIME_STUBS_HEADER(ThrowSetterIsUndefinedException); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp649 CallRuntime(glue, RTSTUB_ID(ThrowSetterIsUndefinedException), {}); in CallSetterHelper()