Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.cc2418 Handle<JSFunction> generator_function_function = InstallFunction( in ExportFromRuntime() local
2422 generator_function_function->set_prototype_or_initial_map( in ExportFromRuntime()
2424 generator_function_function->shared()->DontAdaptArguments(); in ExportFromRuntime()
2425 generator_function_function->shared()->set_construct_stub( in ExportFromRuntime()
2427 generator_function_function->shared()->set_length(1); in ExportFromRuntime()
2429 isolate, generator_function_function, in ExportFromRuntime()
2432 SetObjectPrototype(generator_function_function, in ExportFromRuntime()
2436 generator_function_function, in ExportFromRuntime()
2440 *generator_function_function); in ExportFromRuntime()
2442 *generator_function_function); in ExportFromRuntime()
Dcontexts.h182 generator_function_function) \