Home
last modified time | relevance | path

Searched refs:ThrowReferenceError (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime.cpp176 … 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/
Dslow_runtime_stub.h158 … static JSTaggedValue ThrowReferenceError(JSThread *thread, JSTaggedValue prop, const char *desc);
Dslow_runtime_stub.cpp880 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()
Dinterpreter-inl.h2728 … auto result = SlowRuntimeStub::ThrowReferenceError(thread, propKey, " is not defined"); in RunInternal()
6478 … auto result = SlowRuntimeStub::ThrowReferenceError(thread, propKey, " is not defined"); in RunInternal()
Dinterpreter_assembly.cpp2403 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/
Daccess_object_stub_builder.cpp330 result = CallRuntime(glue, RTSTUB_ID(ThrowReferenceError), { propKey }); in TryStoreGlobalByName()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h230 V(ThrowReferenceError) \
Druntime_stubs.cpp1376 DEF_RUNTIME_STUBS(ThrowReferenceError) in DEF_RUNTIME_STUBS() argument
1378 RUNTIME_STUBS_HEADER(ThrowReferenceError); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h190 V(ThrowReferenceError) \