Lines Matching refs:ContextifyContext
44 class ContextifyContext : public BaseObject {
46 ContextifyContext(Environment* env,
50 ~ContextifyContext();
53 SET_MEMORY_INFO_NAME(ContextifyContext)
54 SET_SELF_SIZE(ContextifyContext)
64 static ContextifyContext* ContextFromContextifiedSandbox(
87 static ContextifyContext* Get(const v8::PropertyCallbackInfo<T>& args);
88 static ContextifyContext* Get(v8::Local<v8::Object> object);
93 static BaseObjectPtr<ContextifyContext> New(Environment* env,
97 static BaseObjectPtr<ContextifyContext> New(v8::Local<v8::Context> ctx,
102 static bool IsStillInitializing(const ContextifyContext* ctx);
108 const v8::WeakCallbackInfo<ContextifyContext>& data);