Home | History | Annotate | Download | only in src

Lines Matching full:proxy

215   // Hooks the given global proxy into the context.  If the context was created
216 // by deserialization then this will unhook the global proxy that was
554 // Step 2: create or re-initialize the global proxy object.
577 // Return the global proxy.
1014 Handle<Proxy> proxy_source = Factory::NewProxy(&Accessors::ScriptSource);
1021 Handle<Proxy> proxy_name = Factory::NewProxy(&Accessors::ScriptName);
1028 Handle<Proxy> proxy_id = Factory::NewProxy(&Accessors::ScriptId);
1035 Handle<Proxy> proxy_line_offset =
1043 Handle<Proxy> proxy_column_offset =
1051 Handle<Proxy> proxy_data = Factory::NewProxy(&Accessors::ScriptData);
1058 Handle<Proxy> proxy_type = Factory::NewProxy(&Accessors::ScriptType);
1065 Handle<Proxy> proxy_compilation_type =
1073 Handle<Proxy> proxy_line_ends =
1081 Handle<Proxy> proxy_context_data =
1089 Handle<Proxy> proxy_eval_from_script =
1097 Handle<Proxy> proxy_eval_from_script_position =
1105 Handle<Proxy> proxy_eval_from_function_name =
1342 // Configure the global proxy object.