Home | History | Annotate | Download | only in cctest

Lines Matching defs:both

2034 // Test the script origin which has both name and line offset.
2051 // Create script origin both name and line offset.
4406 // Create object with both named and indexed interceptor.
4407 v8::Handle<v8::ObjectTemplate> both = v8::ObjectTemplate::New(isolate);
4408 both->SetNamedPropertyHandler(NamedGetter, NULL, NULL, NULL, NamedEnum);
4409 both->SetIndexedPropertyHandler(IndexedGetter, NULL, NULL, NULL, IndexedEnum);
4412 both->NewInstance());
4484 // Get the interceptor properties for the object with both types of
4589 // Set o3 as prototype for o0 (it will end up after o1 and o2 as both o1 and
4840 // Does the message contain both type:event and event:break?
4850 // Does the message contain both type:event and event:exception?
4860 // Does the message contain both type:response and command:evaluate?
5307 * hitting a breakpoint in another function. We do this with both values
6836 // are both the debugee contexts.