Home
last modified time | relevance | path

Searched refs:RuntimeThrowIfNotObject (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h524 static inline void RuntimeThrowIfNotObject(JSThread *thread);
Druntime_stubs.cpp1321 RuntimeThrowIfNotObject(thread); in DEF_RUNTIME_STUBS()
Druntime_stubs-inl.h1281 void RuntimeStubs::RuntimeThrowIfNotObject(JSThread *thread) in RuntimeThrowIfNotObject() function
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp528 return RuntimeStubs::RuntimeThrowIfNotObject(thread); in ThrowThrowNotExists()