Home
last modified time | relevance | path

Searched refs:script_fun (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dbootstrapper.cc1695 Handle<JSFunction> script_fun = InstallFunction( in InstallNatives() local
1700 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()