Home
last modified time | relevance | path

Searched refs:ContextifyContext (Results 1 - 7 of 7) sorted by relevance

/third_party/node/src/
H A Dnode_contextify.cc111 BaseObjectPtr<ContextifyContext> ContextifyContext::New( in New()
132 return BaseObjectPtr<ContextifyContext>(); in New()
137 void ContextifyContext::MemoryInfo(MemoryTracker* tracker) const { in MemoryInfo()
144 ContextifyContext::ContextifyContext(Environment* env, in ContextifyContext() function in node::contextify::ContextifyContext
164 ContextifyContext::~ContextifyContext() { in ~ContextifyContext()
172 void ContextifyContext::InitializeGlobalTemplates(IsolateData* isolate_data) { in InitializeGlobalTemplates()
213 MaybeLocal<Context> ContextifyContext
[all...]
H A Dnode_contextify.h44 class ContextifyContext : public BaseObject { class
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> Ne
[all...]
H A Dmodule_wrap.h17 class ContextifyContext;
106 contextify::ContextifyContext* contextify_context_ = nullptr;
H A Dmodule_wrap.cc22 using node::contextify::ContextifyContext;
119 ContextifyContext* contextify_context = nullptr; in New()
124 contextify_context = ContextifyContext::ContextFromContextifiedSandbox( in New()
366 ContextifyContext* contextify_context = obj->contextify_context_; in Evaluate()
H A Dnode_messaging.cc13 using node::contextify::ContextifyContext;
1103 ContextifyContext* context_wrapper; in MoveToContext()
1105 (context_wrapper = ContextifyContext::ContextFromContextifiedSandbox( in MoveToContext()
H A Denv.cc470 contextify::ContextifyContext::InitializeGlobalTemplates(this); in CreateProperties()
H A Dnode_snapshotable.cc1158 if (!contextify::ContextifyContext::CreateV8Context( in Generate()

Completed in 11 milliseconds