Searched defs:to_be_disposed (Results 1 - 2 of 2) sorted by relevance

/external/v8/test/cctest/
H A Dtest-api.cc10773 v8::Persistent<v8::Object> to_be_disposed; variable
10776 to_be_disposed.Dispose();
10792 to_be_disposed = handle2;
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc13215 v8::Persistent<v8::Object> to_be_disposed; variable
13219 to_be_disposed.Reset();
13236 to_be_disposed.Reset(isolate, handle2);

Completed in 179 milliseconds