Searched refs:ThrowIfNotObject (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| D | iterators.cpp | 67 pg_->ThrowIfNotObject(node_, nextResult_); in Next() 137 pg_->ThrowIfNotObject(node_, innerResult); in Close()
|
| /arkcompiler/ets_frontend/es2panda/compiler/function/ |
| D | functionBuilder.cpp | 272 pg_->ThrowIfNotObject(node, receivedValue); in YieldStar()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 85 static void ThrowIfNotObject(JSThread *thread);
|
| D | slow_runtime_stub.cpp | 515 void SlowRuntimeStub::ThrowIfNotObject(JSThread *thread) in ThrowIfNotObject() function in panda::ecmascript::SlowRuntimeStub 517 INTERPRETER_TRACE(thread, ThrowIfNotObject); in ThrowIfNotObject()
|
| D | interpreter-inl.h | 3851 SlowRuntimeStub::ThrowIfNotObject(thread); in RunInternal()
|
| D | interpreter_assembly.cpp | 905 SlowRuntimeStub::ThrowIfNotObject(thread); in HandleThrowIfnotobjectPrefV8()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.h | 418 void ThrowIfNotObject(const ir::AstNode *node, VReg obj);
|
| D | pandagen.cpp | 1627 void PandaGen::ThrowIfNotObject(const ir::AstNode *node, VReg obj) in ThrowIfNotObject() function in panda::es2panda::compiler::PandaGen
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 175 V(ThrowIfNotObject) \
|
| D | runtime_stubs.cpp | 1318 DEF_RUNTIME_STUBS(ThrowIfNotObject) in DEF_RUNTIME_STUBS() argument 1320 RUNTIME_STUBS_HEADER(ThrowIfNotObject); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 119 V(ThrowIfNotObject) \
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | slowpath_lowering.cpp | 1066 LowerCallRuntime(gate, RTSTUB_ID(ThrowIfNotObject), {}, true); in LowerThrowIfNotObject()
|
| D | interpreter_stub.cpp | 1126 CallRuntime(glue, RTSTUB_ID(ThrowIfNotObject), {}); in DECLARE_ASM_HANDLER()
|