Searched
refs:arguments (Results
351 -
375 of
1463) sorted by null
<<11121314151617181920>>
/development/samples/training/testingfun/ |
gradlew.bat | 49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
66 @rem Get arguments from the 4NT Shell from JP Software
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
context_menus_custom_bindings.js | 39 var id = arguments[0].menuItemId; 42 $Function.apply(onclick, null, arguments); 48 var args = arguments;
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1079.js | 30 // Getting the arguments property of an optimized function should not crash, 34 return unoptimized.apply(null, arguments); 40 return optimized.arguments;
|
regress-124.js | 50 // Receiver should be the arguments object here. 51 assertEquals("[object Arguments]", eval("arguments[0]()")); 52 with (arguments) { 53 assertEquals("[object Arguments]", toString());
|
/external/chromium_org/v8/test/webkit/ |
dfg-inline-arguments-become-double.js | 25 "This tests that inlining preserves function.arguments functionality if the arguments are reassigned to refer to an int32." 29 return bar.arguments; 52 shouldBe("argsToStr(baz(\"a\" + __i, \"b\" + __i, \"c\" + __i))", "\"[object Arguments]: a" + __i + ", 42.5, c" + __i + "\"");
|
dfg-inline-arguments-become-int32.js | 25 "This tests that inlining preserves function.arguments functionality if the arguments are reassigned to refer to an int32." 29 return bar.arguments; 52 shouldBe("argsToStr(baz(\"a\" + __i, \"b\" + __i, \"c\" + __i))", "\"[object Arguments]: a" + __i + ", 42, c" + __i + "\"");
|
dfg-inline-arguments-int32.js | 25 "This tests that inlining preserves function.arguments functionality if the arguments were represented as unboxed int32." 29 return bar.arguments; 51 shouldBe("argsToStr(baz(__i + 1, __i + 2, __i + 3))", "\"[object Arguments]: " + (__i + 1) + ", " + (__i + 2) + ", " + (__i + 3) + "\"");
|
dfg-inline-arguments-osr-exit-and-capture.js | 25 "Tests what happens if you OSR exit within inlined code that has interesting control flow with arguments that are specially formatted and you capture the arguments reflectively after the OSR exit." 29 return bar.arguments[0];
|
dfg-inline-arguments-reset-changetype.js | 25 "This tests that inlining preserves function.arguments functionality if the arguments are reassigned with a different type." 29 return bar.arguments; 52 shouldBe("argsToStr(baz(\"a\" + __i, __i + 2, \"c\" + __i))", "\"[object Arguments]: a" + __i + ", a" + __i + ", c" + __i + "\"");
|
dfg-inline-arguments-reset.js | 25 "This tests that inlining preserves function.arguments functionality if the arguments are reassigned." 29 return bar.arguments; 52 shouldBe("argsToStr(baz(\"a\" + __i, \"b\" + __i, \"c\" + __i))", "\"[object Arguments]: a" + __i + ", a" + __i + ", c" + __i + "\"");
|
dfg-inline-arguments-use-from-uninlined-code.js | 25 "This tests that inlining preserves basic function.arguments functionality when said functionality is used from outside of the code where inlining actually happened." 29 return bar.arguments; 33 return baz.arguments;
|
dfg-inline-function-dot-caller.js | 25 "Tests that DFG inlining does not brak function.arguments.caller." 37 if (0) return [arguments, function(){}]; 42 f=f.arguments.callee.caller;
|
stack-unwinding.js | 32 stack.push({ "args": twoHostFunctions.arguments }); 33 stack.push({ "args": twoHostFunctions.arguments }); 52 stack.push({ "args": hostAndException.arguments });
|
/external/smali/ |
gradlew.bat | 49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
66 @rem Get arguments from the 4NT Shell from JP Software
|
/external/v8/test/mjsunit/regress/ |
regress-1079.js | 30 // Getting the arguments property of an optimized function should not crash, 34 return unoptimized.apply(null, arguments); 40 return optimized.arguments;
|
regress-124.js | 50 // Receiver should be the arguments object here. 51 assertEquals("[object Arguments]", eval("arguments[0]()")); 52 with (arguments) { 53 assertEquals("[object Arguments]", toString());
|
/bionic/libc/arch-x86/bionic/ |
clone.S | 15 # insert arguments onto the child stack 43 # with the appropriate arguments on the child stack 71 # insert arguments onto the child stack 103 # with the appropriate arguments on the child stack
|
/build/core/combo/ |
javac.mk | 8 # COMMON_JAVAC -- Java compiler command with common arguments
|
/dalvik/dx/etc/ |
dx.bat | 54 REM Capture all arguments that are not -J options.
55 REM Note that when reading the input arguments with %1, the cmd.exe
56 REM automagically converts --name=value arguments into 2 arguments "--name"
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
MissingTokenException.js | 2 if (arguments.length>0) {
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
RewriteRuleTokenStream.js | 3 sup.constructor.apply(this, arguments);
|
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/ |
test-template.rb | 9 MethodDescription = Struct.new( :name, :body, :arguments ) 163 | def <%= @name %><% if @arguments and not @arguments.empty? %>( <%= @arguments.join( ', ' ) %> )<% end %>
|
/external/chromium_org/base/ |
basictypes.h | 245 // expr is a compile-time constant. (Template arguments must be 364 #define CR_DEFINE_STATIC_LOCAL(type, name, arguments) \ 365 static type& name = *new type arguments
|
/external/chromium_org/net/test/spawned_test_server/ |
base_test_server.h | 214 // Generates a DictionaryValue with the arguments for launching the external 216 bool GenerateArguments(base::DictionaryValue* arguments) const 219 // Subclasses can override this to add arguments that are specific to their 222 base::DictionaryValue* arguments) const WARN_UNUSED_RESULT;
|
/external/chromium_org/third_party/WebKit/PerformanceTests/inspector/ |
performance-test.js | 107 var result = func.apply(this, arguments); 145 var args = Array.prototype.slice.call(arguments); 148 callback.apply(null, arguments); 149 override.apply(null, arguments);
|
Completed in 316 milliseconds
<<11121314151617181920>>