Home
last modified time | relevance | path

Searched refs:stackKey (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/patch/
Dquick_fix_manager.cpp213 JSHandle<JSTaggedValue> stackKey = thread->GlobalConstants()->GetHandledStackString(); in IsQuickFixCausedException() local
214 JSHandle<EcmaString> stack(JSObject::GetProperty(thread, exceptionInfo, stackKey).GetValue()); in IsQuickFixCausedException()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp551 JSHandle<JSTaggedValue> stackKey = thread->GlobalConstants()->GetHandledStackString(); in PrintJSErrorInfo() local
552 …JSHandle<JSTaggedValue> stackValue = JSObject::GetProperty(thread, exceptionInfo, stackKey).GetVal… in PrintJSErrorInfo()