Searched refs:FunctionSetPrototype (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/v8/src/
H A Dcollection.js121 %FunctionSetPrototype($Set, new $Object());
222 %FunctionSetPrototype($Map, new $Object());
315 %FunctionSetPrototype($WeakMap, new $Object());
395 %FunctionSetPrototype($WeakSet, new $Object());
H A Dsymbol.js77 %FunctionSetPrototype($Symbol, new $Symbol());
H A Darraybuffer.js94 %FunctionSetPrototype($ArrayBuffer, new $Object());
H A Daccessors.h80 static Handle<Object> FunctionSetPrototype(Handle<JSFunction> object,
98 static MaybeObject* FunctionSetPrototype(Isolate* isolate,
H A Dtypedarray.js281 %FunctionSetPrototype(constructor, new $Object());
409 %FunctionSetPrototype($DataView, new $Object);
H A Daccessors.cc549 Handle<Object> Accessors::FunctionSetPrototype(Handle<JSFunction> function, function in class:v8::internal::Accessors
553 Accessors::FunctionSetPrototype(function->GetIsolate(),
584 MaybeObject* Accessors::FunctionSetPrototype(Isolate* isolate, function in class:v8::internal::Accessors
629 FunctionSetPrototype,
H A Dmessages.js1215 %FunctionSetPrototype(ErrorPrototype, $Object.prototype);
1217 %FunctionSetPrototype(f, new ErrorPrototype());
1219 %FunctionSetPrototype(f, new $Error());
H A Dv8natives.js1214 %FunctionSetPrototype(obj, prototype);
1476 %FunctionSetPrototype($Boolean, new $Boolean(false));
1639 %FunctionSetPrototype($Number, new $Number(0));
H A Druntime.js678 %FunctionSetPrototype($Array, new $Array(0));
H A Ddate.js764 %FunctionSetPrototype($Date, new $Date(NAN));
H A Druntime.h233 F(FunctionSetPrototype, 2, 1) \
H A Dstring.js966 %FunctionSetPrototype($String, new $String());
H A Dbootstrapper.cc481 Accessors::FunctionSetPrototype(object_fun, prototype);
1611 Accessors::FunctionSetPrototype(array_function, prototype);
1709 Accessors::FunctionSetPrototype(script_fun, prototype);
1865 Accessors::FunctionSetPrototype(opaque_reference_fun, prototype);
H A Druntime.cc2886 Accessors::FunctionSetPrototype(fun, value);
/external/v8/src/
H A Daccessors.h83 MUST_USE_RESULT static MaybeObject* FunctionSetPrototype(JSObject* object,
H A Dmessages.js1120 %FunctionSetPrototype(ErrorPrototype, $Object.prototype);
1122 %FunctionSetPrototype(f, new ErrorPrototype());
1124 %FunctionSetPrototype(f, new $Error());
H A Daccessors.cc476 MaybeObject* Accessors::FunctionSetPrototype(JSObject* object, function in class:v8::internal::Accessors
501 FunctionSetPrototype,
H A Dv8natives.js213 %FunctionSetPrototype($Boolean, new $Boolean(false));
1139 %FunctionSetPrototype(obj, prototype);
1375 %FunctionSetPrototype($Number, new $Number(0));
H A Druntime.js667 %FunctionSetPrototype($Array, new $Array(0));
H A Ddate.js205 %FunctionSetPrototype($Date, new $Date($NaN));
H A Druntime.h215 F(FunctionSetPrototype, 2, 1) \
H A Dstring.js45 %FunctionSetPrototype($String, new $String());
H A Dhandles.cc225 Accessors::FunctionSetPrototype(*function,
H A Druntime.cc2082 Accessors::FunctionSetPrototype(fun, args[1], NULL);

Completed in 408 milliseconds