Home | History | Annotate | Download | only in src

Lines Matching refs:extension

98     // check extension/with object
100 Handle<JSObject> extension = Handle<JSObject>(context->extension());
101 // Context extension objects needs to behave as if they have no
103 // need to only do a local lookup for context extension objects.
105 extension->IsJSContextExtensionObject()) {
106 *attributes = extension->GetLocalPropertyAttribute(*name);
108 *attributes = extension->GetPropertyAttribute(*name);
113 PrintF("=> found property in context object %p\n", *extension);
115 return extension;
210 // extension objects (conservative check for with statements).