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

  /external/v8/src/
accessors.h 80 MUST_USE_RESULT static MaybeObject* FunctionSetPrototype(JSObject* object,
accessors.cc 474 MaybeObject* Accessors::FunctionSetPrototype(JSObject* object,
509 FunctionSetPrototype,
runtime.h 203 F(FunctionSetPrototype, 2, 1) \
messages.js     [all...]
regexp.js 405 %FunctionSetPrototype($RegExp, new $Object());
handles.cc 254 Accessors::FunctionSetPrototype(*function,
    [all...]
v8natives.js 188 %FunctionSetPrototype($Boolean, new $Boolean(false));
1023 %FunctionSetPrototype($Number, new $Number(0));
    [all...]
runtime.js 643 %FunctionSetPrototype($Array, new $Array(0));
string.js 45 %FunctionSetPrototype($String, new $String());
date.js 459 %FunctionSetPrototype($Date, new $Date($NaN));
runtime.cc     [all...]

Completed in 968 milliseconds