Searched refs:TestObserveSecurity (Results 1 – 1 of 1) sorted by relevance
/external/v8/test/cctest/ |
D | test-object-observe.cc | 514 static int TestObserveSecurity(Local<Context> observer_context, in TestObserveSecurity() function 558 CHECK_EQ(8, TestObserveSecurity(contextA, contextA, contextA)); in TEST() 576 CHECK_EQ(8, TestObserveSecurity(contextA1, contextA2, contextA3)); in TEST() 586 CHECK_EQ(0, TestObserveSecurity(contextA, contextA, contextB)); in TEST() 603 CHECK_EQ(0, TestObserveSecurity(contextA1, contextA2, contextB)); in TEST() 613 CHECK_EQ(0, TestObserveSecurity(contextA, contextB, contextA)); in TEST() 629 CHECK_EQ(0, TestObserveSecurity(contextA1, contextB, contextA2)); in TEST() 639 CHECK_EQ(0, TestObserveSecurity(contextB, contextA, contextA)); in TEST() 655 CHECK_EQ(0, TestObserveSecurity(contextB, contextA1, contextA2)); in TEST()
|