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

/external/v8/test/mjsunit/
H A Darray-sort.js141 var obj0 = { toString: function() { return "a"; } };
144 var a = [ obj2, obj0, obj1 ];
146 assertArrayEquals([ obj0, obj1, obj2 ], a);
/external/v8/test/cctest/
H A Dtest-heap-profiler.cc957 const v8::HeapGraphNode* obj0 = GetProperty( local
959 CHECK(obj0);
960 CHECK_EQ(v8::HeapGraphNode::kObject, obj0->GetType());
962 obj0, v8::HeapGraphEdge::kInternal, "native");
H A Dtest-api.cc6070 v8::Handle<v8::Object> obj0 = v8::Object::New(); local
6075 CHECK_EQ(0, type_switch->match(obj0));
6082 CHECK_EQ(0, type_switch->match(obj0));

Completed in 133 milliseconds