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

  /external/chromium_org/v8/test/mjsunit/runtime-gen/
functionsetprototype.js 6 %FunctionSetPrototype(_fun, _value);
  /external/chromium_org/v8/src/
collection-iterator.js 55 %FunctionSetPrototype(SetIterator, new $Object());
135 %FunctionSetPrototype(MapIterator, new $Object());
accessors.h 66 static Handle<Object> FunctionSetPrototype(Handle<JSFunction> object,
collection.js 98 %FunctionSetPrototype($Set, new $Object());
209 %FunctionSetPrototype($Map, new $Object());
weak_collection.js 91 %FunctionSetPrototype($WeakMap, new $Object());
171 %FunctionSetPrototype($WeakSet, new $Object());
arraybuffer.js 74 %FunctionSetPrototype($ArrayBuffer, new $Object());
array-iterator.js 106 %FunctionSetPrototype(ArrayIterator, new $Object());
symbol.js 100 %FunctionSetPrototype($Symbol, new $Object());
typedarray.js 300 %FunctionSetPrototype(global.NAME, new $Object());
436 %FunctionSetPrototype($DataView, new $Object);
messages.js     [all...]
v8natives.js     [all...]
runtime.js 654 %FunctionSetPrototype($Array, new $Array(0));
runtime.h 182 F(FunctionSetPrototype, 2, 1) \
date.js 756 %FunctionSetPrototype($Date, new $Date(NAN));
string.js 915 %FunctionSetPrototype($String, new $String());
bootstrapper.cc 499 Accessors::FunctionSetPrototype(object_fun, prototype);
    [all...]
accessors.cc 838 Handle<Object> Accessors::FunctionSetPrototype(Handle<JSFunction> function,
    [all...]
runtime.cc     [all...]

Completed in 135 milliseconds