Home
last modified time | relevance | path

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

/third_party/cef/libcef/renderer/
Dv8_impl.cc1021 handle_->GetNewV8Handle()->Enter(); in Enter()
1040 handle_->GetNewV8Handle()->Exit(); in Exit()
1108 return handle_->GetNewV8Handle(); in GetV8Context()
1162 CefV8ValueImpl::Handle::handleType CefV8ValueImpl::Handle::GetNewV8Handle( in GetNewV8Handle() function in CefV8ValueImpl::Handle
1621 return handle_->GetNewV8Handle(should_persist); in GetV8Value()
1688 return handle_->GetNewV8Handle(false)->IsArray(); in IsArray()
1698 return handle_->GetNewV8Handle(false)->IsArrayBuffer(); in IsArrayBuffer()
1708 return handle_->GetNewV8Handle(false)->IsFunction(); in IsFunction()
1809 v8::Local<v8::Value> value = handle_->GetNewV8Handle(false); in IsUserCreated()
1860 v8::Local<v8::Value> value = handle_->GetNewV8Handle(false); in HasValue()
[all …]
Dv8_impl.h143 handleType GetNewV8Handle() { in GetNewV8Handle() function
302 handleType GetNewV8Handle(bool should_persist);