Lines Matching defs:context
119 * Set the default context to be included in the snapshot blob.
125 void SetDefaultContext(Local<Context> context,
130 * Add additional context to be included in the snapshot blob.
135 * \returns the index of the context in the snapshot blob.
137 size_t AddContext(Local<Context> context,
142 * Attach arbitrary V8::Data to the context snapshot, which can be retrieved
148 V8_INLINE size_t AddData(Local<Context> context, Local<T> object);
174 size_t AddData(Local<Context> context, internal::Address object);
181 size_t SnapshotCreator::AddData(Local<Context> context, Local<T> object) {
184 return AddData(context, *p);