Searched refs:ArrayPush (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
H A Darray.js445 function ArrayPush() { function
1515 "push", getFunction("push", ArrayPush, 1),
1544 "push", getFunction("push", ArrayPush),
1551 "push", getFunction("push", ArrayPush)
H A Dbuiltins.h49 V(ArrayPush, NO_EXTRA_ARGUMENTS) \
H A Dbuiltins.cc308 BUILTIN(ArrayPush) {
315 return CallJsBuiltin(isolate, "ArrayPush", args);
322 return CallJsBuiltin(isolate, "ArrayPush", args);
H A Dobjects.h6542 V(Array.prototype, push, ArrayPush) \

Completed in 346 milliseconds