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

  /external/chromium_org/v8/src/
bootstrapper.cc 374 : factory->NewFunctionWithoutPrototype(internalized_name, call_code);
507 Handle<JSFunction> empty_function = factory->NewFunctionWithoutPrototype(
599 strict_poison_function = factory()->NewFunctionWithoutPrototype(name, code);
615 generator_poison_function = factory()->NewFunctionWithoutPrototype(
    [all...]
factory.h 477 Handle<JSFunction> NewFunctionWithoutPrototype(Handle<String> name,
factory.cc     [all...]
runtime.cc     [all...]

Completed in 83 milliseconds