Searched refs:ThrowReferenceError (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_runtime.cpp | 252 … return SlowRuntimeStub::ThrowReferenceError(GetThread(), key.GetTaggedValue(), " is not defined"); in LoadMiss() 343 … return SlowRuntimeStub::ThrowReferenceError(GetThread(), key.GetTaggedValue(), " is not defined"); in StoreMiss()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 161 … static JSTaggedValue ThrowReferenceError(JSThread *thread, JSTaggedValue prop, const char *desc);
|
| D | slow_runtime_stub.cpp | 882 return ThrowReferenceError(thread, prop, " is not defined"); in TryStGlobalByName() 932 JSTaggedValue SlowRuntimeStub::ThrowReferenceError(JSThread *thread, JSTaggedValue prop, const char… in ThrowReferenceError() function in panda::ecmascript::SlowRuntimeStub 934 INTERPRETER_TRACE(thread, ThrowReferenceError); in ThrowReferenceError()
|
| D | interpreter-inl.h | 2776 … auto result = SlowRuntimeStub::ThrowReferenceError(thread, propKey, " is not defined"); in RunInternal() 6605 … auto result = SlowRuntimeStub::ThrowReferenceError(thread, propKey, " is not defined"); in RunInternal()
|
| D | interpreter_assembly.cpp | 2438 auto result = SlowRuntimeStub::ThrowReferenceError(thread, propKey, " is not defined"); in HandleTrystglobalbynameImm8Id16() 5552 auto result = SlowRuntimeStub::ThrowReferenceError(thread, propKey, " is not defined"); in HandleTrystglobalbynameImm16Id16()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | access_object_stub_builder.cpp | 365 result = CallRuntime(glue, RTSTUB_ID(ThrowReferenceError), { propKey }); in TryStoreGlobalByName()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 279 V(ThrowReferenceError) \
|
| D | runtime_stubs.cpp | 1874 DEF_RUNTIME_STUBS(ThrowReferenceError) in DEF_RUNTIME_STUBS() argument 1876 RUNTIME_STUBS_HEADER(ThrowReferenceError); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 201 V(ThrowReferenceError) \
|