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

  /external/chromium_org/v8/src/
accessors.h 83 MUST_USE_RESULT static MaybeObject* FunctionSetPrototype(JSObject* object,
collection.js 121 %FunctionSetPrototype($Set, new $Object());
222 %FunctionSetPrototype($Map, new $Object());
315 %FunctionSetPrototype($WeakMap, new $Object());
395 %FunctionSetPrototype($WeakSet, new $Object());
arraybuffer.js 89 %FunctionSetPrototype($ArrayBuffer, new $Object());
symbol.js 77 %FunctionSetPrototype($Symbol, new $Symbol());
typedarray.js 253 %FunctionSetPrototype(constructor, new $Object());
559 %FunctionSetPrototype($DataView, new $Object);
accessors.cc 472 MaybeObject* Accessors::FunctionSetPrototype(JSObject* object,
516 FunctionSetPrototype,
runtime.h 231 F(FunctionSetPrototype, 2, 1) \
messages.js     [all...]
v8natives.js     [all...]
handles.cc 215 Accessors::FunctionSetPrototype(*function,
    [all...]
date.js 765 %FunctionSetPrototype($Date, new $Date($NaN));
runtime.js 676 %FunctionSetPrototype($Array, new $Array(0));
string.js 967 %FunctionSetPrototype($String, new $String());
runtime.cc     [all...]
  /external/v8/src/
accessors.h 83 MUST_USE_RESULT static MaybeObject* FunctionSetPrototype(JSObject* object,
accessors.cc 476 MaybeObject* Accessors::FunctionSetPrototype(JSObject* object,
501 FunctionSetPrototype,
runtime.h 215 F(FunctionSetPrototype, 2, 1) \
messages.js     [all...]
v8natives.js 213 %FunctionSetPrototype($Boolean, new $Boolean(false));
    [all...]
handles.cc 225 Accessors::FunctionSetPrototype(*function,
    [all...]
date.js 205 %FunctionSetPrototype($Date, new $Date($NaN));
runtime.js 667 %FunctionSetPrototype($Array, new $Array(0));
string.js 45 %FunctionSetPrototype($String, new $String());
runtime.cc     [all...]

Completed in 513 milliseconds