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

  /external/v8/src/runtime/
runtime-array.cc 38 isolate->factory()->NewFunctionWithoutPrototype(key, code);
  /external/v8/src/
factory.h 513 Handle<JSFunction> NewFunctionWithoutPrototype(Handle<String> name,
bootstrapper.cc 404 : factory->NewFunctionWithoutPrototype(name, call_code,
616 factory->NewFunctionWithoutPrototype(factory->empty_string(), code);
702 factory()->NewFunctionWithoutPrototype(name, code, true);
    [all...]
factory.cc     [all...]

Completed in 88 milliseconds