HomeSort by relevance Sort by last modified time
    Searched refs:aliased (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/v8/test/mjsunit/
eval.js 59 // Test that un-aliased eval reads from local context.
68 // Test that un-aliased eval writes to local context.
79 // Test that un-aliased eval has right receiver.
84 // Test that aliased eval reads from global context.
94 // Test that aliased eval writes to global context.
100 // Test that aliased eval has right receiver.
105 // Try to cheat the 'aliased eval' detection.
strict-mode-eval.js 36 // (using aliased eval to force non-strict mode)
  /external/v8/test/mjsunit/
eval.js 59 // Test that un-aliased eval reads from local context.
68 // Test that un-aliased eval writes to local context.
79 // Test that un-aliased eval has right receiver.
84 // Test that aliased eval reads from global context.
94 // Test that aliased eval writes to global context.
100 // Test that aliased eval has right receiver.
105 // Try to cheat the 'aliased eval' detection.
strict-mode-eval.js 36 // (using aliased eval to force non-strict mode)
  /external/chromium_org/v8/test/webkit/
dfg-arguments-mixed-alias.js 25 "Tests functions that use 'arguments' in both an aliased and a non-aliased way."
dfg-arguments-alias-escape.js 25 "Tests aliased uses of 'arguments' that escape."
dfg-arguments-alias-one-block-overwrite.js 25 "Tests that if you alias the arguments in a very small function, arguments simplification still works even if the variable isn't must-aliased."
dfg-arguments-alias.js 25 "Tests aliased uses of 'arguments'."
dfg-arguments-cross-code-origin.js 25 "Tests uses of 'arguments' that are aliased but span code origins."
dfg-arguments-osr-exit.js 25 "Tests aliased uses of 'arguments' that require reification of the Arguments object on OSR exit."
dfg-arguments-unexpected-escape.js 25 "Tests aliased uses of 'arguments' that have an unexpected escape."
dfg-uint8clampedarray-out-of-bounds-put-by-val-alias.js 25 "Tests that out-of-bounds stores to a Uint8ClampedArray that are aliased to out-of-bounds loads don't crash."
dfg-arguments-osr-exit-multiple-blocks-before-exit.js 25 "Tests aliased uses of 'arguments' that require reification of the Arguments object on OSR exit, in the case that there is some interesting control flow prior to the exit."
dfg-arguments-osr-exit-multiple-blocks.js 25 "Tests aliased uses of 'arguments' that require reification of the Arguments object on OSR exit, in the case that there is some interesting control flow."
  /external/chromium_org/v8/test/mjsunit/regress/
regress-900055.js 37 e('s'); // should throw exception since aliased eval is global
regress-496.js 31 // aliased call to eval.
  /external/v8/test/mjsunit/regress/
regress-900055.js 37 e('s'); // should throw exception since aliased eval is global
regress-496.js 31 // aliased call to eval.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_platform.py 29 for aliased in (False, True):
31 res = platform.platform(aliased, terse)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_platform.py 29 for aliased in (False, True):
31 res = platform.platform(aliased, terse)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
platform.py 870 """ Returns (system,release,version) aliased to common
1640 aliased = (not 'nonaliased' in sys.argv and not '--nonaliased' in sys.argv) variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
platform.py 870 """ Returns (system,release,version) aliased to common
1640 aliased = (not 'nonaliased' in sys.argv and not '--nonaliased' in sys.argv) variable
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-parser.rb 322 # 96:1: member[ group ] : name= ID ( parameter_declaration )? '::=' (aliased= ID | TEMPLATE | STRING ) ;
328 aliased = nil
336 # at line 98:5: name= ID ( parameter_declaration )? '::=' (aliased= ID | TEMPLATE | STRING )
357 # at line 99:5: (aliased= ID | TEMPLATE | STRING )
368 # at line 99:7: aliased= ID
369 aliased = match( ID, TOKENS_FOLLOWING_ID_IN_member_220 )
371 group.alias_template( name.text, aliased.text )
  /external/chromium_org/v8/test/mjsunit/compiler/
compare.js 90 // Test compare in case of aliased registers.
  /external/v8/test/mjsunit/compiler/
compare.js 90 // Test compare in case of aliased registers.

Completed in 520 milliseconds

1 2