Searched refs:GetV8Value (Results 1 – 2 of 2) sorted by relevance
540 info.GetReturnValue().Set(rv->GetV8Value(true)); in FunctionCallbackImpl()577 info.GetReturnValue().Set(rv->GetV8Value(true)); in AccessorNameGetterCallbackImpl()658 info.GetReturnValue().Set(retval_impl->GetV8Value(true)); in InterceptorGetterCallbackImpl()1599 v8::Local<v8::Value> CefV8ValueImpl::GetV8Value(bool should_persist) { in GetV8Value() function in CefV8ValueImpl2016 obj->Set(context, GetV8String(isolate, key), impl->GetV8Value(true)); in SetValue()2020 context, GetV8String(isolate, key), impl->GetV8Value(true), in SetValue()2054 v8::Maybe<bool> set = obj->Set(context, index, impl->GetV8Value(true)); in SetValue()2411 recv = v8::Local<v8::Object>::Cast(recv_impl->GetV8Value(true)); in ExecuteFunctionWithContext()2421 static_cast<CefV8ValueImpl*>(arguments[i].get())->GetV8Value(true); in ExecuteFunctionWithContext()
225 v8::Local<v8::Value> GetV8Value(bool should_persist);