Searched refs:object_fun (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dbootstrapper.cc485 Handle<JSFunction> object_fun = factory->NewFunction(object_name); local
491 JSFunction::SetInitialMap(object_fun, object_function_map,
495 native_context()->set_object_function(*object_fun);
510 Accessors::FunctionSetPrototype(object_fun, prototype);
H A Dapi.cc2118 i::Handle<i::Object> object_fun = local
2121 i::Handle<i::JSFunction> fun = i::Handle<i::JSFunction>::cast(object_fun);

Completed in 135 milliseconds