Home
last modified time | relevance | path

Searched refs:ThrowIfNotObject (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/base/
Diterators.cpp67 pg_->ThrowIfNotObject(node_, nextResult_); in Next()
137 pg_->ThrowIfNotObject(node_, innerResult); in Close()
/arkcompiler/ets_frontend/es2panda/compiler/function/
DfunctionBuilder.cpp272 pg_->ThrowIfNotObject(node, receivedValue); in YieldStar()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h85 static void ThrowIfNotObject(JSThread *thread);
Dslow_runtime_stub.cpp515 void SlowRuntimeStub::ThrowIfNotObject(JSThread *thread) in ThrowIfNotObject() function in panda::ecmascript::SlowRuntimeStub
517 INTERPRETER_TRACE(thread, ThrowIfNotObject); in ThrowIfNotObject()
Dinterpreter-inl.h3851 SlowRuntimeStub::ThrowIfNotObject(thread); in RunInternal()
Dinterpreter_assembly.cpp905 SlowRuntimeStub::ThrowIfNotObject(thread); in HandleThrowIfnotobjectPrefV8()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h418 void ThrowIfNotObject(const ir::AstNode *node, VReg obj);
Dpandagen.cpp1627 void PandaGen::ThrowIfNotObject(const ir::AstNode *node, VReg obj) in ThrowIfNotObject() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h175 V(ThrowIfNotObject) \
Druntime_stubs.cpp1318 DEF_RUNTIME_STUBS(ThrowIfNotObject) in DEF_RUNTIME_STUBS() argument
1320 RUNTIME_STUBS_HEADER(ThrowIfNotObject); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h119 V(ThrowIfNotObject) \
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp1066 LowerCallRuntime(gate, RTSTUB_ID(ThrowIfNotObject), {}, true); in LowerThrowIfNotObject()
Dinterpreter_stub.cpp1126 CallRuntime(glue, RTSTUB_ID(ThrowIfNotObject), {}); in DECLARE_ASM_HANDLER()