Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_contextify.h51 v8::MaybeLocal<v8::Context> CreateV8Context(Environment* env,
Dnode_contextify.cc117 MaybeLocal<Context> v8_context = CreateV8Context(env, sandbox_obj, options); in ContextifyContext()
162 MaybeLocal<Context> ContextifyContext::CreateV8Context( in CreateV8Context() function in node::contextify::ContextifyContext