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

  /external/chromium_org/v8/src/
factory.h 354 Handle<JSFunction> NewFunctionWithoutPrototype(
437 Handle<JSFunction> NewFunctionWithoutPrototype(Handle<String> name,
factory.cc 941 Handle<JSFunction> Factory::NewFunctionWithoutPrototype(Handle<String> name,
943 Handle<JSFunction> function = NewFunctionWithoutPrototype(name,
    [all...]
bootstrapper.cc 371 factory->NewFunctionWithoutPrototype(internalized_name, call_code) :
502 factory->NewFunctionWithoutPrototype(empty_string, CLASSIC_MODE);
587 factory()->NewFunctionWithoutPrototype(name, CLASSIC_MODE);
    [all...]
  /external/v8/src/
factory.h 297 Handle<JSFunction> NewFunctionWithoutPrototype(
376 Handle<JSFunction> NewFunctionWithoutPrototype(Handle<String> name,
factory.cc 787 Handle<JSFunction> Factory::NewFunctionWithoutPrototype(Handle<String> name,
789 Handle<JSFunction> function = NewFunctionWithoutPrototype(name,
    [all...]
bootstrapper.cc 359 factory->NewFunctionWithoutPrototype(symbol, call_code) :
495 factory->NewFunctionWithoutPrototype(symbol, CLASSIC_MODE);
579 factory()->NewFunctionWithoutPrototype(name, CLASSIC_MODE);
    [all...]

Completed in 48 milliseconds