Searched refs:GetScriptResourceName (Results 1 – 7 of 7) sorted by relevance
39 CefString GetScriptResourceName() override;
52 CefString CefV8ExceptionCToCpp::GetScriptResourceName() { in GetScriptResourceName() function in CefV8ExceptionCToCpp
60 CefString _retval = CefV8ExceptionCppToC::Get(self)->GetScriptResourceName(); in v8exception_get_script_resource_name()
372 virtual CefString GetScriptResourceName() = 0;
737 if (!message->GetScriptResourceName().IsEmpty()) { in CefV8ExceptionImpl()740 message->GetScriptResourceName()->ToString(context).ToLocalChecked(), in CefV8ExceptionImpl()755 CefString GetScriptResourceName() override { return script_; } in GetScriptResourceName() function in __anon8cafeccc0111::CefV8ExceptionImpl
96 node::Utf8Value filename(isolate, message->GetScriptResourceName()); in GetErrorSource()
515 ToProtocolString(isolate, message->GetScriptResourceName())->string(), in ReportUncaughtException()