Lines Matching refs:Script
27 extensions_cache_(Script::TYPE_EXTENSION) {}
184 // made in script scopes. Add a "this" binding to that table pointing to the
574 Handle<Script> script = factory->NewScript(source);
575 script->set_type(Script::TYPE_NATIVE);
579 SharedFunctionInfo::SetScript(handle(empty_function->shared()), script);
1884 // For non-extension scripts, run script to get the function wrapper.
2120 // Builtin functions for Script.
2122 container, "Script", JS_VALUE_TYPE, JSValue::kSize,
3482 // Check that the script context table is empty except for the 'this' binding.
3483 // We do not need script contexts for native scripts.