Searched refs:stackKey (Results 1 – 2 of 2) sorted by relevance
213 JSHandle<JSTaggedValue> stackKey = thread->GlobalConstants()->GetHandledStackString(); in IsQuickFixCausedException() local214 JSHandle<EcmaString> stack(JSObject::GetProperty(thread, exceptionInfo, stackKey).GetValue()); in IsQuickFixCausedException()
551 JSHandle<JSTaggedValue> stackKey = thread->GlobalConstants()->GetHandledStackString(); in PrintJSErrorInfo() local552 …JSHandle<JSTaggedValue> stackValue = JSObject::GetProperty(thread, exceptionInfo, stackKey).GetVal… in PrintJSErrorInfo()