HomeSort by relevance Sort by last modified time
    Searched refs:hoisted (Results 1 - 4 of 4) sorted by null

  /external/v8/test/mjsunit/
elements-transition-hoisting.js 30 // Ensure that ElementsKind transitions in various situations are hoisted (or
31 // not hoisted) correctly, don't change the semantics programs and don't trigger
49 // stores to an array gets hoisted in a way that doesn't generate a deopt in
67 // transitions in a loop still get hoisted in a way that doesn't generate a
88 // Make sure that non-element related map checks do NOT get hoisted if they
105 // hoisted.
115 // Make sure that non-element related map checks do get hoisted if they use
117 // upon can hoisted, too.
127 // transitions in the loop can also be hoisted.
const-redecl.js 274 // const declaration gets hoisted and makes the property non-configurable.
  /external/v8/test/mjsunit/regress/
regress-91120.js 28 // We intend that the function declaration for g inside catch is hoisted to
  /external/v8/src/
hydrogen.cc 1549 bool hoisted = false; local
    [all...]

Completed in 74 milliseconds