Lines Matching defs:global
50 Object DeclareGlobal(Isolate* isolate, Handle<JSGlobalObject> global,
55 global->native_context().script_context_table(), isolate);
74 LookupIterator it(isolate, global, name, global, lookup_config);
105 // type property. We are not allowed to call into such setters during global
179 Handle<JSGlobalObject> global(isolate->global_object());
224 Object result = DeclareGlobal(isolate, global, name, value, attr, is_var,
270 Handle<JSGlobalObject> global(JSGlobalObject::cast(context->extension()),
272 return DeclareGlobal(isolate, global, name, value, NONE, is_var,
276 Handle<JSGlobalObject> global(
278 return DeclareGlobal(isolate, global, name, value, NONE, is_var,
653 // the global object, or the subject of a with. Try to delete it
685 // receiver is the global object; see ECMA-262, 3rd., 10.1.6 and 10.2.3.
700 // object, subject of a with, or a global object. We read the named
807 // property of the global object.
817 // If absent in sloppy mode: add the property to the global object.