Home
last modified time | relevance | path

Searched refs:myArguments (Results 1 - 2 of 2) sorted by relevance

/third_party/node/benchmark/domain/
H A Ddomain-fn-args.js14 const myArguments = gargs.slice(0, args);
19 if (myArguments.length >= 2) {
20 const args = Array.prototype.slice.call(myArguments, 1);
/third_party/jerryscript/tests/jerry/es2015/
H A Dargument-spread.js68 assertArrayEqual(arguments, myArguments);
73 var myArguments = ["hi", "how", "are", "you", "mr", null]; variable
74 var myConstructorWithArguments = applyAndNew(myConstructor, myArguments);

Completed in 1 milliseconds