Lines Matching defs:wrapper
145 Local<Object> wrapper,
148 : BaseObject(env, wrapper),
158 // reference to this context via the constructor of the wrapper.
159 // As long as the wrapper is alive, it's constructor is alive, and so
266 // to the ContextifyContext wrapper which in turn internally references
288 Local<Object> wrapper;
306 .ToLocal(&wrapper)) {
311 MakeBaseObject<ContextifyContext>(env, wrapper, v8_context, options);
312 // The only strong reference to the wrapper will come from the sandbox.
318 v8_context, env->contextify_context_private_symbol(), wrapper)