Home | History | Annotate | Download | only in src

Lines Matching refs:extension

478   // Create a catch context extension object.
890 // "declared" in the function context's extension context, or in the
894 // The function context's extension context exists - use it.
895 context_ext = Handle<JSObject>(context->extension());
897 // The function context's extension context does not exists - allocate
900 // And store it in the extension slot.
1113 // declaration should be present in the context extension object.
1150 // The property was present in a context extension object.
1153 if (*context_ext == context->extension()) {
1180 // The property was found in a different context extension object.
5150 // Get the context extension function.
5153 // If the holder isn't a context extension object, we just return it
5161 // extension object - introduced via eval.
5267 // It is either in an JSObject extension context or it was not found.
5271 // The property exists in the extension context.
5281 // extension object itself.
6739 // Fill all context locals to the context extension.
6766 // heap locals and extension properties of the debugged function.
6789 // Finally copy any properties from the function context extension. This will
6794 Handle<JSObject> ext(JSObject::cast(function_context->extension()));
6837 // Fill all context locals to the context extension.
6840 // Finally copy any properties from the function context extension. This will
6843 Handle<JSObject> ext(JSObject::cast(context->extension()));
6949 // If the extension object here is a JSContextExtensionObject then
6952 if (context_->extension()->IsJSContextExtensionObject()) {
6971 return Handle<JSObject>(CurrentContext()->extension());
7008 Handle<JSObject> extension =
7009 Handle<JSObject>(CurrentContext()->extension());
7010 if (extension->IsJSContextExtensionObject()) {
7011 extension->Print();
7020 Handle<JSObject> extension =
7021 Handle<JSObject>(CurrentContext()->extension());
7022 extension->Print();
7028 Handle<JSObject> extension =
7029 Handle<JSObject>(CurrentContext()->extension());
7030 extension->Print();
7038 Handle<JSObject> extension =
7039 Handle<JSObject>(CurrentContext()->extension());
7040 if (extension->IsJSContextExtensionObject()) {
7041 extension->Print();
7527 Handle<JSObject> extension(JSObject::cast(context_chain->extension()));
7530 extension,
7577 // extension part has all the parameters and locals of the function on the
7624 // are looked at before the extension object.
7637 // Allocate a new context for the debug evaluation and set the extension
7790 // Skip context extension objects and argument arrays as these are
7861 // Get the constructor function for context extension and arguments array.