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

  /external/v8/src/
jump-target.cc 391 ShadowTarget::ShadowTarget(BreakTarget* shadowed) {
392 ASSERT(shadowed != NULL);
393 other_target_ = shadowed;
399 shadowed->CopyTo(this);
402 shadowed->Unuse();
404 shadowed->set_expected_height(cgen()->frame()->height());
411 // The states of this target, which was shadowed, and the original
jump-target.h 239 // shadowed by another one (represented by the original during
242 // shadowed target is again represented by the original and the
251 // flow intended for the shadowed one.
252 explicit ShadowTarget(BreakTarget* shadowed);
257 // again gives access to the formerly shadowed target and the shadow
262 // shadowing, the target that was shadowed.
267 // shadowing, the target that was shadowed.
  /external/v8/test/mjsunit/
global-load-from-eval.js 64 // global variable becomes shadowed by an eval-introduced variable.
84 // time in a context where the 'x' variable has been shadowed.
array-concat.js 70 // If the element of prototype is shadowed, the element on the instance
  /external/libxml2/
tree.c 7858 int shadowed; local
    [all...]

Completed in 2330 milliseconds