Home
last modified time | relevance | path

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

/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dbootstrapper.cc3947 Handle<JSFunction> script_fun = InstallFunction( in ExportFromRuntime() local
3950 native_context->set_script_function(*script_fun); in ExportFromRuntime()
3952 Handle<Map> script_map = Handle<Map>(script_fun->initial_map()); in ExportFromRuntime()