Home | History | Annotate | Download | only in src

Lines Matching refs:global_object

867     v8::MaybeLocal<Value> global_object) {
883 Context::New(isolate, NULL, global_template, global_object);
931 v8::MaybeLocal<Value> global_object = context->Global();
933 CreateRealm(args, index, global_object);