Home
last modified time | relevance | path

Searched refs:anotherLocal1 (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/cctest/
Dtest-api.cc3797 Local<String> anotherLocal1 = Local<String>::New(isolate, global1); in THREADED_TEST() local
3798 CHECK_EQ(local1 == anotherLocal1, true); in THREADED_TEST()
3799 CHECK_EQ(local1 != anotherLocal1, false); in THREADED_TEST()