HomeSort by relevance Sort by last modified time
    Searched full:with_object (Results 1 - 1 of 1) sorted by null

  /external/v8/test/mjsunit/
debug-scopes.js 397 var with_object = {c:3,d:4};
399 with(with_object) {
400 with(with_object) {
411 CheckScopeContent(with_object, 0, exec_state);
412 CheckScopeContent(with_object, 1, exec_state);
414 assertEquals(with_object, exec_state.frame().scope(1).scopeObject().value());
426 CheckScopeContent(with_object, 0, exec_state);
427 CheckScopeContent(with_object, 1, exec_state);
429 assertEquals(with_object, exec_state.frame().scope(1).scopeObject().value());
432 var with_object = {c:3,d:4}
    [all...]

Completed in 468 milliseconds