Searched refs:otto (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc2587 v8::Handle<Value> otto = CompileRun( local
2588 "try { with (obj) { otto; } } catch (e) { e; }");
2589 CHECK_EQ(v8_str("otto"), otto);

Completed in 192 milliseconds