Searched refs:ThrowConstAssignment (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| D | lexenv.cpp | 40 pg->ThrowConstAssignment(node, variable->Name()); in CheckConstAssignment() 92 pg->ThrowConstAssignment(node, local->Name()); in ExpandStoreLexVar()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 39 static void ThrowConstAssignment(JSThread *thread, JSTaggedValue value);
|
| D | slow_runtime_stub.cpp | 138 void SlowRuntimeStub::ThrowConstAssignment(JSThread *thread, JSTaggedValue value) in ThrowConstAssignment() function in panda::ecmascript::SlowRuntimeStub 140 INTERPRETER_TRACE(thread, ThrowConstAssignment); in ThrowConstAssignment()
|
| D | interpreter-inl.h | 3822 SlowRuntimeStub::ThrowConstAssignment(thread, GET_VREG_VALUE(v0)); in RunInternal()
|
| D | interpreter_assembly.cpp | 875 SlowRuntimeStub::ThrowConstAssignment(thread, GET_VREG_VALUE(v0)); in HandleThrowConstassignmentPrefV8()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.h | 454 void ThrowConstAssignment(const ir::AstNode *node, const util::StringView &name);
|
| D | pandagen.cpp | 352 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/ |
| D | runtime_stubs.h | 172 V(ThrowConstAssignment) \
|
| D | runtime_stubs.cpp | 1325 DEF_RUNTIME_STUBS(ThrowConstAssignment) in DEF_RUNTIME_STUBS() argument 1327 RUNTIME_STUBS_HEADER(ThrowConstAssignment); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 112 V(ThrowConstAssignment) \
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | slowpath_lowering.cpp | 1026 const int id = RTSTUB_ID(ThrowConstAssignment); in LowerThrowConstAssignment()
|
| D | interpreter_stub.cpp | 1076 CallRuntime(glue, RTSTUB_ID(ThrowConstAssignment), { value }); in DECLARE_ASM_HANDLER()
|