HomeSort by relevance Sort by last modified time
    Searched defs:Strict (Results 1 - 2 of 2) sorted by null

  /external/v8/test/mjsunit/
debug-receiver.js 24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
78 // converted to object for strict mode functions.
79 function Strict() { "use strict"; debugger; }
82 Strict.call(receiver);
91 BeginTest("strict: undefined"); TestStrict(undefined); EndTest();
92 BeginTest("strict: null"); TestStrict(null); EndTest();
93 BeginTest("strict: 1"); TestStrict(1); EndTest();
94 BeginTest("strict: 1.2"); TestStrict(1.2); EndTest();
95 BeginTest("strict: 'asdf'"); TestStrict('asdf'); EndTest()
    [all...]
  /external/llvm/include/llvm/Target/
TargetOptions.h 37 Strict // Never fuse FP-ops.
202 /// Strict mode - allow fusion only if/when it can be proven that the excess

Completed in 56 milliseconds