Lines Matching defs:context
511 // Creates a new context with Node.js-specific tweaks.
517 // Runs Node.js-specific tweaks on an already constructed context
519 NODE_EXTERN v8::Maybe<bool> InitializeContext(v8::Local<v8::Context> context);
590 v8::Local<v8::Context> context,
643 // This may return nullptr if context is not associated with a Node instance.
644 NODE_EXTERN Environment* GetCurrentEnvironment(v8::Local<v8::Context> context);
651 NODE_EXTERN bool AllowWasmCodeGenerationCallback(v8::Local<v8::Context> context,
655 v8::Local<v8::Context> context,
748 // `isolate_data` and `context`.
760 v8::Local<v8::Context> context() const;
786 setup->isolate_data(), setup->context(),
811 v8::Local<v8::Context> context = isolate->GetCurrentContext(); \
819 (target)->DefineOwnProperty(context, \
829 v8::Local<v8::Context> context = isolate->GetCurrentContext(); \
840 (target)->DefineOwnProperty(context, \
867 v8::Local<v8::Context> context = isolate->GetCurrentContext();
870 v8::Local<v8::Function> fn = t->GetFunction(context).ToLocalChecked();
874 recv->Set(context, fn_name, fn).Check();
958 v8::Local<v8::Context> context,
1082 v8::Local<v8::Context> context); \
1087 v8::Local<v8::Context> context)
1171 /* Returns the id of the current execution context. If the return value is
1211 * modules that this context is currently active.