Searched refs:FunctionSetPrototype (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/ |
D | accessors.h | 83 MUST_USE_RESULT static MaybeObject* FunctionSetPrototype(JSObject* object,
|
D | messages.js | 1120 %FunctionSetPrototype(ErrorPrototype, $Object.prototype); 1122 %FunctionSetPrototype(f, new ErrorPrototype()); 1124 %FunctionSetPrototype(f, new $Error());
|
D | accessors.cc | 476 MaybeObject* Accessors::FunctionSetPrototype(JSObject* object, in FunctionSetPrototype() function in v8::internal::Accessors 501 FunctionSetPrototype,
|
D | v8natives.js | 213 %FunctionSetPrototype($Boolean, new $Boolean(false)); 1139 %FunctionSetPrototype(obj, prototype); 1375 %FunctionSetPrototype($Number, new $Number(0));
|
D | runtime.js | 667 %FunctionSetPrototype($Array, new $Array(0));
|
D | runtime.h | 215 F(FunctionSetPrototype, 2, 1) \
|
D | date.js | 205 %FunctionSetPrototype($Date, new $Date($NaN));
|
D | string.js | 45 %FunctionSetPrototype($String, new $String());
|
D | handles.cc | 225 Accessors::FunctionSetPrototype(*function, in SetPrototype()
|
D | runtime.cc | 2082 Accessors::FunctionSetPrototype(fun, args[1], NULL); in RUNTIME_FUNCTION()
|