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