Searched refs:script_fun (Results 1 – 1 of 1) sorted by relevance
1695 Handle<JSFunction> script_fun = InstallFunction( in InstallNatives() local1700 Accessors::FunctionSetPrototype(script_fun, prototype); in InstallNatives()1701 native_context()->set_script_function(*script_fun); in InstallNatives()1703 Handle<Map> script_map = Handle<Map>(script_fun->initial_map()); in InstallNatives()