Home
last modified time | relevance | path

Searched refs:HandleDebuggerStatement (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.h90 …V("handleDebuggerStatement", HandleDebuggerStatement, 0, INVAL…
275 static JSTaggedValue HandleDebuggerStatement(EcmaRuntimeCallInfo *info);
Dbuiltins_ark_tools.cpp844 JSTaggedValue BuiltinsArkTools::HandleDebuggerStatement([[maybe_unused]] EcmaRuntimeCallInfo *info) in HandleDebuggerStatement() function in panda::ecmascript::builtins::BuiltinsArkTools