Home
last modified time | relevance | path

Searched refs:ThrowConstAssignment (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/base/
Dlexenv.cpp40 pg->ThrowConstAssignment(node, variable->Name()); in CheckConstAssignment()
92 pg->ThrowConstAssignment(node, local->Name()); in ExpandStoreLexVar()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h39 static void ThrowConstAssignment(JSThread *thread, JSTaggedValue value);
Dslow_runtime_stub.cpp138 void SlowRuntimeStub::ThrowConstAssignment(JSThread *thread, JSTaggedValue value) in ThrowConstAssignment() function in panda::ecmascript::SlowRuntimeStub
140 INTERPRETER_TRACE(thread, ThrowConstAssignment); in ThrowConstAssignment()
Dinterpreter-inl.h3822 SlowRuntimeStub::ThrowConstAssignment(thread, GET_VREG_VALUE(v0)); in RunInternal()
Dinterpreter_assembly.cpp875 SlowRuntimeStub::ThrowConstAssignment(thread, GET_VREG_VALUE(v0)); in HandleThrowConstassignmentPrefV8()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h454 void ThrowConstAssignment(const ir::AstNode *node, const util::StringView &name);
Dpandagen.cpp352 ThrowConstAssignment(node, var->Name()); in StoreVar()
1891 void PandaGen::ThrowConstAssignment(const ir::AstNode *node, const util::StringView &name) in ThrowConstAssignment() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h172 V(ThrowConstAssignment) \
Druntime_stubs.cpp1325 DEF_RUNTIME_STUBS(ThrowConstAssignment) in DEF_RUNTIME_STUBS() argument
1327 RUNTIME_STUBS_HEADER(ThrowConstAssignment); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h112 V(ThrowConstAssignment) \
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp1026 const int id = RTSTUB_ID(ThrowConstAssignment); in LowerThrowConstAssignment()
Dinterpreter_stub.cpp1076 CallRuntime(glue, RTSTUB_ID(ThrowConstAssignment), { value }); in DECLARE_ASM_HANDLER()