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

  /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 29 milliseconds