Home
last modified time | relevance | path

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

/third_party/cef/libcef/renderer/
Dv8_impl.cc433 v8::Local<v8::String> GetV8String(v8::Isolate* isolate, const CefString& str) { in GetV8String() function
535 v8::Exception::Error(GetV8String(isolate, exception)))); in FunctionCallbackImpl()
572 v8::Exception::Error(GetV8String(isolate, exception)))); in AccessorNameGetterCallbackImpl()
611 v8::Exception::Error(GetV8String(isolate, exception))); in AccessorNameSetterCallbackImpl()
654 v8::Exception::Error(GetV8String(isolate, exception)))); in InterceptorGetterCallbackImpl()
686 v8::Exception::Error(GetV8String(isolate, exception))); in InterceptorSetterCallbackImpl()
1465 func->SetName(GetV8String(isolate, name)); in CreateFunction()
1619 return GetV8String(isolate_, CefString(&string_value_)); in GetV8Value()
1862 return obj->Has(context, GetV8String(isolate, key)).FromJust(); in HasValue()
1904 v8::Maybe<bool> del = obj->Delete(context, GetV8String(isolate, key)); in DeleteValue()
[all …]