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

  /external/chromium_org/v8/src/
accessors.h 69 static Handle<Object> FunctionSetPrototype(Handle<JSFunction> object,
collection-iterator.js 71 %FunctionSetPrototype(SetIterator, new $Object());
168 %FunctionSetPrototype(MapIterator, new $Object());
arraybuffer.js 74 %FunctionSetPrototype($ArrayBuffer, new $Object());
string-iterator.js 81 %FunctionSetPrototype(StringIterator, new $Object());
collection.js 127 %FunctionSetPrototype($Set, new $Object());
269 %FunctionSetPrototype($Map, new $Object());
weak-collection.js 115 %FunctionSetPrototype($WeakMap, new $Object());
215 %FunctionSetPrototype($WeakSet, new $Object());
symbol.js 99 %FunctionSetPrototype($Symbol, new $Object());
array-iterator.js 106 %FunctionSetPrototype(ArrayIterator, new $Object());
typedarray.js 300 %FunctionSetPrototype(global.NAME, new $Object());
436 %FunctionSetPrototype($DataView, new $Object);
messages.js     [all...]
v8natives.js     [all...]
runtime.js 665 %FunctionSetPrototype($Array, new $Array(0));
runtime.h 196 F(FunctionSetPrototype, 2, 1) \
    [all...]
date.js 756 %FunctionSetPrototype($Date, new $Date(NAN));
bootstrapper.cc 510 Accessors::FunctionSetPrototype(object_fun, prototype);
    [all...]
accessors.cc 924 Handle<Object> Accessors::FunctionSetPrototype(Handle<JSFunction> function,
    [all...]
string.js 934 %FunctionSetPrototype($String, new $String());
runtime.cc     [all...]
  /external/chromium_org/v8/test/mjsunit/
migrations.js 247 name: "%FunctionSetPrototype",
248 migr: function(o, i) { %FunctionSetPrototype(o, null); },

Completed in 3994 milliseconds