Lines Matching defs:context
114 << i.context << ", // context\n"
717 result.context = Read<SnapshotIndex>();
732 written_total += Write<SnapshotIndex>(data.context);
1069 // Reset context settings that need to be initialized again after
1071 static void ResetContextSettingsBeforeSnapshot(Local<Context> context) {
1076 context->AllowCodeGenerationFromStrings(true);
1149 // The default context with only things created by V8.
1152 // The context used by the vm module.
1165 // The Node.js-specific context with primodials, can be used by workers
1178 // Initialize the main instance context.
1183 // It's not guaranteed that a context that goes through
1185 // so do not start the inspector on the main context when building
1432 Local<Context> context = realm->context();
1436 // during context serialization, V8 would crash due to unregistered
1452 if (ptr->PrepareForSerialization(context, creator)) {
1453 SnapshotIndex index = creator->AddData(context, obj->object());
1470 Local<Context> context = isolate->GetCurrentContext();
1481 if (ScriptCompiler::CompileFunction(context,
1516 Local<Context> context,
1518 SetMethod(context, target, "compileSerializeMain", CompileSerializeMain);
1519 SetMethod(context, target, "setSerializeCallback", SetSerializeCallback);
1520 SetMethod(context, target, "setDeserializeCallback", SetDeserializeCallback);
1521 SetMethod(context,