HomeSort by relevance Sort by last modified time
    Searched refs:Arguments (Results 176 - 200 of 221) sorted by null

1 2 3 4 5 6 78 9

  /external/chromium_org/v8/src/mips/
ic-mips.cc 342 Object* CallIC_Miss(Arguments args);
749 // Check if element is in the range of mapped arguments. If not, jump
785 // Element is in arguments backing store, which is referenced by the
787 // must be loaded with the parameter map of the arguments object and is
    [all...]
  /external/chromium_org/v8/src/
runtime.cc 35 #include "arguments.h"
    [all...]
elements.cc 30 #include "arguments.h"
1153 FixedArrayBase* arguments = FixedArrayBase::cast(parameter_map->get(1)); local
1733 FixedArray* arguments = FixedArray::cast(parameter_map->get(1)); local
1762 FixedArray* arguments = FixedArray::cast(parameter_map->get(1)); local
1779 FixedArray* arguments = FixedArray::cast(parameter_map->get(1)); local
1796 FixedArray* arguments = FixedArray::cast(parameter_map->get(1)); local
1823 FixedArray* arguments = FixedArray::cast(parameter_map->get(1)); local
1849 FixedArrayBase* arguments = FixedArrayBase::cast(parameter_map->get(1)); local
1868 FixedArrayBase* arguments = local
    [all...]
messages.js 72 apply_wrong_args: ["Function.prototype.apply: Arguments list has wrong type"],
151 strict_catch_variable: ["Catch variable may not be eval or arguments in strict mode"],
152 too_many_arguments: ["Too many arguments in function call (only 32766 allowed)"],
155 strict_param_name: ["Parameter name eval or arguments is not allowed in strict mode"],
157 strict_var_name: ["Variable name may not be eval or arguments in strict mode"],
158 strict_function_name: ["Function name may not be eval or arguments in strict mode"],
163 strict_lhs_assignment: ["Assignment to eval or arguments is not allowed in strict mode"],
164 strict_lhs_postfix: ["Postfix increment/decrement may not have eval or arguments operand in strict mode"],
165 strict_lhs_prefix: ["Prefix increment/decrement may not have eval or arguments operand in strict mode"],
173 strict_poison_pill: ["'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to the (…)
    [all...]
mirror-debugger.js     [all...]
debug.cc 31 #include "arguments.h"
943 Object* Debug::Break(Arguments args) {
    [all...]
deoptimizer.cc     [all...]
ic.cc 32 #include "arguments.h"
646 // Fetch the arguments passed to the called function.
650 Arguments args(argc + 1,
746 // Compute the number of arguments.
    [all...]
stub-cache.cc 31 #include "arguments.h"
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc 123 // the second argument to the two arguments constructor.
171 // The constructor remembers the arguments.
    [all...]
  /external/openssl/crypto/bn/asm/
pa-risc2.s 54 ; Arguments to the routines
    [all...]
pa-risc2W.s 50 ; Arguments to the routines
    [all...]
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/
nacltest.js 52 // Return a dictionary of arguments for the test. These arguments are passed
536 // Takes an arbitrary number of arguments.
538 for (var i = 0; i< arguments.length; i++) {
539 embedsToWaitFor.push(arguments[i]);
762 this_.callbackWrapper(callback, arguments);
801 // Arguments:
904 // Takes an arbitrary number of arguments.
906 for (var i = 0; i< arguments.length; i++) {
907 this.waiter.waitFor(arguments[i])
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
msvs.py 126 Arguments:
141 Arguments:
164 Arguments:
315 # for arguments like "--arg=path" or "/opt:path".
318 arguments = [i if (i[:1] in "/-") else _FixPath(i) for i in cmd[1:]]
319 arguments = [i.replace('$(InputDir)', '%INPUTDIR%') for i in arguments]
320 arguments = [MSVSSettings.FixVCMacroSlashes(i) for i in arguments]
325 arguments = ['"%s"' % i for i in arguments
    [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 50 /// any of the arguments are type-dependent. In this case, the
115 /// arguments are the arguments within the parentheses (not including
850 /// explicitly supply arguments for all of the parameters.
    [all...]
Type.h     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp 87 // Default arguments are evaluated each time the function is
88 // called. The order of evaluation of function arguments is
171 // FIXME: If the call to this decl is using any of its default arguments, we
308 // Default arguments are only permitted in C++
363 /// arguments in the declarator, which is not a function declaration
365 /// arguments. This routine should be invoked for every declarator
380 // This is a function declaration. It can have default arguments, but
382 // arguments.
428 // For non-template functions, default arguments can be added in
431 // distinct sets of default arguments. That is, declarations i
    [all...]
  /external/v8/src/
ic.cc 32 #include "arguments.h"
592 // Fetch the arguments passed to the called function.
596 Arguments args(argc + 1,
698 // Compute the number of arguments.
    [all...]
stub-cache.cc 31 #include "arguments.h"
    [all...]
messages.js 112 e.arguments = args;
172 "apply_wrong_args", ["Function.prototype.apply: Arguments list has wrong type"],
220 "strict_catch_variable", ["Catch variable may not be eval or arguments in strict mode"],
221 "too_many_arguments", ["Too many arguments in function call (only 32766 allowed)"],
224 "strict_param_name", ["Parameter name eval or arguments is not allowed in strict mode"],
226 "strict_var_name", ["Variable name may not be eval or arguments in strict mode"],
227 "strict_function_name", ["Function name may not be eval or arguments in strict mode"],
232 "strict_lhs_assignment", ["Assignment to eval or arguments is not allowed in strict mode"],
233 "strict_lhs_postfix", ["Postfix increment/decrement may not have eval or arguments operand in strict mode"],
234 "strict_lhs_prefix", ["Prefix increment/decrement may not have eval or arguments operand in strict mode"]
    [all...]
debug-debugger.js     [all...]
mirror-debugger.js     [all...]
debug.cc 31 #include "arguments.h"
895 Object* Debug::Break(Arguments args) {
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]

Completed in 1168 milliseconds

1 2 3 4 5 6 78 9