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

/external/chromium_org/v8/test/cctest/
H A Dtest-object-observe.cc387 static int TestObserveSecurity(Handle<Context> observer_context, function
426 CHECK_EQ(8, TestObserveSecurity(contextA, contextA, contextA));
443 CHECK_EQ(8, TestObserveSecurity(contextA1, contextA2, contextA3));
452 CHECK_EQ(0, TestObserveSecurity(contextA, contextA, contextB));
468 CHECK_EQ(0, TestObserveSecurity(contextA1, contextA2, contextB));
477 CHECK_EQ(0, TestObserveSecurity(contextA, contextB, contextA));
492 CHECK_EQ(0, TestObserveSecurity(contextA1, contextB, contextA2));
501 CHECK_EQ(0, TestObserveSecurity(contextB, contextA, contextA));
516 CHECK_EQ(0, TestObserveSecurity(contextB, contextA1, contextA2));

Completed in 664 milliseconds