Searched refs:context_impl (Results 1 – 2 of 2) sorted by relevance
242 return impl::template context_impl< OtherContext >( *this ); in context()253 return impl::template context_impl< OtherContext >( *this ); in context()676 static OtherContext & context_impl( State & stt ) in context_impl() function691 static OtherContext & context_impl( State & stt ) in context_impl() function
2395 CefV8ContextImpl* context_impl = in ExecuteFunctionWithContext() local2397 context_local = context_impl->GetV8Context(); in ExecuteFunctionWithContext()