Home
last modified time | relevance | path

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

/third_party/cef/libcef/renderer/
Dv8_impl.h381 class CefV8StackFrameImpl : public CefV8StackFrame {
383 CefV8StackFrameImpl(v8::Isolate* isolate, v8::Local<v8::StackFrame> handle);
385 CefV8StackFrameImpl(const CefV8StackFrameImpl&) = delete;
386 CefV8StackFrameImpl& operator=(const CefV8StackFrameImpl&) = delete;
388 ~CefV8StackFrameImpl() override;
408 IMPLEMENT_REFCOUNTING(CefV8StackFrameImpl);
Dv8_impl.cc2485 new CefV8StackFrameImpl(isolate, handle->GetFrame(isolate, i))); in CefV8StackTraceImpl()
2508 CefV8StackFrameImpl::CefV8StackFrameImpl(v8::Isolate* isolate, in CefV8StackFrameImpl() function in CefV8StackFrameImpl
2523 CefV8StackFrameImpl::~CefV8StackFrameImpl() {} in ~CefV8StackFrameImpl()
2525 bool CefV8StackFrameImpl::IsValid() { in IsValid()
2529 CefString CefV8StackFrameImpl::GetScriptName() { in GetScriptName()
2533 CefString CefV8StackFrameImpl::GetScriptNameOrSourceURL() { in GetScriptNameOrSourceURL()
2537 CefString CefV8StackFrameImpl::GetFunctionName() { in GetFunctionName()
2541 int CefV8StackFrameImpl::GetLineNumber() { in GetLineNumber()
2545 int CefV8StackFrameImpl::GetColumn() { in GetColumn()
2549 bool CefV8StackFrameImpl::IsEval() { in IsEval()
[all …]