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