Searched defs:not_object (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc1540 v8::Handle<Value> not_object = CompileRun("42"); local
1541 CHECK(!not_object->IsNativeError());
1603 v8::Handle<Value> not_object = CompileRun("0"); local
1604 CHECK(!not_object->IsStringObject());

Completed in 213 milliseconds