Searched refs:NewFunction (Results 1 - 12 of 12) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_function_dispatcher.cc101 ExtensionFunction* NewFunction(const std::string& name);
352 ExtensionFunction* FactoryRegistry::NewFunction(const std::string& name) { function in class:__anon1962::FactoryRegistry
481 FactoryRegistry::GetInstance()->NewFunction(params.name));
/external/v8/include/
H A Dv8-debug.h76 NewFunction = 3, enumerator in enum:v8::DebugEvent
/external/v8/src/
H A Dfactory.h294 Handle<JSFunction> NewFunction(Handle<String> name,
301 Handle<JSFunction> NewFunction(Handle<Object> super, bool is_global);
359 Handle<JSFunction> NewFunction(Handle<String> name,
365 Handle<JSFunction> NewFunction(Handle<Map> function_map,
H A Dbootstrapper.cc472 factory->NewFunction(object_name, factory->null_value());
734 factory()->NewFunction(name, JS_GLOBAL_OBJECT_TYPE,
767 factory()->NewFunction(name, JS_GLOBAL_PROXY_TYPE,
1032 Handle<JSFunction> cons = factory->NewFunction(name,
1199 factory->NewFunction(factory->empty_symbol(),
1217 factory->NewFunction(factory->empty_symbol(), JS_OBJECT_TYPE,
1229 factory->NewFunction(factory->empty_symbol(), JS_OBJECT_TYPE,
1426 factory()->NewFunction(factory()->empty_symbol(),
1457 factory()->NewFunction(factory()->empty_symbol(),
H A Dfactory.cc721 Handle<JSFunction> Factory::NewFunction(Handle<String> name, function in class:v8::internal::Factory
727 Handle<JSFunction> function = NewFunction(name, the_hole_value());
758 Handle<JSFunction> function = NewFunction(name, prototype);
1130 Handle<JSFunction> Factory::NewFunction(Handle<String> name, function in class:v8::internal::Factory
1251 NewFunction(Factory::empty_symbol(),
H A Dv8natives.js1640 function NewFunction(arg1) { // length == 1 function
1662 %SetCode($Function, NewFunction);
H A Ddebug-debugger.js42 NewFunction: 3,
1208 return Debug.DebugEvent.NewFunction;
H A Dd8.js88 NewFunction: 3,
H A Ddebug.cc2820 case v8::NewFunction:
H A Druntime.cc1872 isolate->factory()->NewFunction(key,
11820 isolate->factory()->NewFunction(isolate->factory()->empty_string(),
/external/v8/test/cctest/
H A Dtest-alloc.cc151 FACTORY->NewFunction(FACTORY->function_symbol(), FACTORY->null_value());
H A Dtest-heap.cc212 FACTORY->NewFunction(name, FACTORY->undefined_value());
542 FACTORY->NewFunction(name, FACTORY->undefined_value());
638 FACTORY->NewFunction(name, FACTORY->undefined_value());

Completed in 162 milliseconds