HomeSort by relevance Sort by last modified time
    Searched refs:NewFunction (Results 1 - 13 of 13) sorted by null

  /external/v8/include/
v8-debug.h 76 NewFunction = 3,
  /external/v8/test/mjsunit/
body-not-visible.js 28 // Make sure we cannot see the local variables in NewFunction when
  /external/chromium/chrome/browser/extensions/
extension_function_dispatcher.cc 101 ExtensionFunction* NewFunction(const std::string& name);
352 ExtensionFunction* FactoryRegistry::NewFunction(const std::string& name) {
481 FactoryRegistry::GetInstance()->NewFunction(params.name));
  /external/v8/src/
factory.h 294 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,
bootstrapper.cc 472 factory->NewFunction(object_name, factory->null_value());
734 factory()->NewFunction(name, JS_GLOBAL_OBJECT_TYPE,
767 factory()->NewFunction(name, JS_GLOBAL_PROXY_TYPE,
    [all...]
factory.cc 721 Handle<JSFunction> Factory::NewFunction(Handle<String> name,
727 Handle<JSFunction> function = NewFunction(name, the_hole_value());
758 Handle<JSFunction> function = NewFunction(name, prototype);
    [all...]
v8natives.js     [all...]
debug-debugger.js 42 NewFunction: 3,
    [all...]
debug.cc     [all...]
d8.js 88 NewFunction: 3,
    [all...]
runtime.cc     [all...]
  /external/v8/test/cctest/
test-alloc.cc 151 FACTORY->NewFunction(FACTORY->function_symbol(), FACTORY->null_value());
test-heap.cc 212 FACTORY->NewFunction(name, FACTORY->undefined_value());
542 FACTORY->NewFunction(name, FACTORY->undefined_value());
638 FACTORY->NewFunction(name, FACTORY->undefined_value());
    [all...]

Completed in 376 milliseconds