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

  /external/v8/src/
factory.h 597 Handle<JSFunction> NewFunctionWithoutPrototype(Handle<String> name,
    [all...]
bootstrapper.cc 391 : factory->NewFunctionWithoutPrototype(name, call_code,
605 factory->NewFunctionWithoutPrototype(factory->empty_string(), code);
648 factory()->NewFunctionWithoutPrototype(name, code, true);
    [all...]
factory.cc     [all...]
  /external/v8/src/runtime/
runtime-array.cc 40 isolate->factory()->NewFunctionWithoutPrototype(key, code, true);

Completed in 53 milliseconds