Searched refs:ThrowReferenceError (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_runtime.cpp | 176 … return SlowRuntimeStub::ThrowReferenceError(GetThread(), key.GetTaggedValue(), " is not defined"); in LoadMiss() 225 … return SlowRuntimeStub::ThrowReferenceError(GetThread(), key.GetTaggedValue(), " is not defined"); in StoreMiss()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 158 … static JSTaggedValue ThrowReferenceError(JSThread *thread, JSTaggedValue prop, const char *desc);
|
| D | slow_runtime_stub.cpp | 880 return ThrowReferenceError(thread, prop, " is not defined"); in TryStGlobalByName() 930 JSTaggedValue SlowRuntimeStub::ThrowReferenceError(JSThread *thread, JSTaggedValue prop, const char… in ThrowReferenceError() function in panda::ecmascript::SlowRuntimeStub 932 INTERPRETER_TRACE(thread, ThrowReferenceError); in ThrowReferenceError()
|
| D | interpreter-inl.h | 2728 … auto result = SlowRuntimeStub::ThrowReferenceError(thread, propKey, " is not defined"); in RunInternal() 6478 … auto result = SlowRuntimeStub::ThrowReferenceError(thread, propKey, " is not defined"); in RunInternal()
|
| D | interpreter_assembly.cpp | 2403 auto result = SlowRuntimeStub::ThrowReferenceError(thread, propKey, " is not defined"); in HandleTrystglobalbynameImm8Id16() 5516 auto result = SlowRuntimeStub::ThrowReferenceError(thread, propKey, " is not defined"); in HandleTrystglobalbynameImm16Id16()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | access_object_stub_builder.cpp | 330 result = CallRuntime(glue, RTSTUB_ID(ThrowReferenceError), { propKey }); in TryStoreGlobalByName()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 230 V(ThrowReferenceError) \
|
| D | runtime_stubs.cpp | 1376 DEF_RUNTIME_STUBS(ThrowReferenceError) in DEF_RUNTIME_STUBS() argument 1378 RUNTIME_STUBS_HEADER(ThrowReferenceError); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 190 V(ThrowReferenceError) \
|