Home | History | Annotate | Download | only in cctest

Lines Matching refs:Primitive

203   v8::Handle<v8::Primitive> undef = v8::Undefined(CcTest::isolate());
392 v8::Handle<v8::Primitive> undef = v8::Undefined(isolate);
1729 v8::Handle<v8::Primitive> u = v8::Undefined(CcTest::isolate());
1731 v8::Handle<v8::Primitive> n = v8::Null(CcTest::isolate());
16841 // Test that we do not recognize identity for primitive exceptions.