Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h630 static inline JSTaggedValue RuntimeThrowSyntaxError(JSThread *thread, const char *message);
Druntime_stubs-inl.h699 return RuntimeThrowSyntaxError(thread, "Duplicate identifier"); in RuntimeStGlobalRecord()
2161 JSTaggedValue RuntimeStubs::RuntimeThrowSyntaxError(JSThread *thread, const char *message) in RuntimeThrowSyntaxError() function
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp952 return RuntimeStubs::RuntimeThrowSyntaxError(thread, message); in ThrowSyntaxError()