Home
last modified time | relevance | path

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

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