Home
last modified time | relevance | path

Searched refs:FunctionSetPrototype (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/
Daccessors.h83 MUST_USE_RESULT static MaybeObject* FunctionSetPrototype(JSObject* object,
Dmessages.js1120 %FunctionSetPrototype(ErrorPrototype, $Object.prototype);
1122 %FunctionSetPrototype(f, new ErrorPrototype());
1124 %FunctionSetPrototype(f, new $Error());
Daccessors.cc476 MaybeObject* Accessors::FunctionSetPrototype(JSObject* object, in FunctionSetPrototype() function in v8::internal::Accessors
501 FunctionSetPrototype,
Dv8natives.js213 %FunctionSetPrototype($Boolean, new $Boolean(false));
1139 %FunctionSetPrototype(obj, prototype);
1375 %FunctionSetPrototype($Number, new $Number(0));
Druntime.js667 %FunctionSetPrototype($Array, new $Array(0));
Druntime.h215 F(FunctionSetPrototype, 2, 1) \
Ddate.js205 %FunctionSetPrototype($Date, new $Date($NaN));
Dstring.js45 %FunctionSetPrototype($String, new $String());
Dhandles.cc225 Accessors::FunctionSetPrototype(*function, in SetPrototype()
Druntime.cc2082 Accessors::FunctionSetPrototype(fun, args[1], NULL); in RUNTIME_FUNCTION()