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

  /external/v8/src/
factory.h 220 Handle<JSObject> NewFunctionPrototype(Handle<JSFunction> function);
factory.cc 451 Handle<JSObject> Factory::NewFunctionPrototype(Handle<JSFunction> function) {
738 Handle<JSObject> prototype = NewFunctionPrototype(function);
    [all...]

Completed in 701 milliseconds