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

  /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 701 milliseconds