Lines Matching refs:GetV8String
433 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()
1952 obj->Get(context, GetV8String(isolate, key)); in GetValue()
2016 obj->Set(context, GetV8String(isolate, key), impl->GetV8Value(true)); in SetValue()
2020 context, GetV8String(isolate, key), impl->GetV8Value(true), in SetValue()
2098 obj->SetAccessor(context, GetV8String(isolate, key), getter, setter, obj, in SetValue()