HomeSort by relevance Sort by last modified time
    Searched refs:HasLocalProperty (Results 1 - 8 of 8) sorted by null

  /external/v8/test/cctest/
test-heap.cc 162 CHECK(Top::context()->global()->HasLocalProperty(object_symbol));
235 CHECK(Top::context()->global()->HasLocalProperty(func_name));
254 CHECK(Top::context()->global()->HasLocalProperty(obj_name));
546 CHECK(!obj->HasLocalProperty(first));
550 CHECK(obj->HasLocalProperty(first));
554 CHECK(!obj->HasLocalProperty(first));
559 CHECK(obj->HasLocalProperty(first));
560 CHECK(obj->HasLocalProperty(second));
564 CHECK(obj->HasLocalProperty(second));
566 CHECK(!obj->HasLocalProperty(first))
    [all...]
test-mark-compact.cc 188 CHECK(Top::context()->global()->HasLocalProperty(func_name));
202 CHECK(Top::context()->global()->HasLocalProperty(obj_name));
  /external/v8/src/
contexts.cc 162 ASSERT(arguments->HasLocalProperty(Heap::length_symbol()));
array.js 198 // interpreted such that %HasLocalProperty would be the
210 // interpreted such that %HasLocalProperty would be the
238 // %HasLocalProperty would be the appropriate test. We follow
249 // interpreted such that %HasLocalProperty would be the
262 // %HasLocalProperty would be the appropriate test. We follow
270 // be interpreted such that %HasLocalProperty would be the
292 // The spec could also be interpreted such that %HasLocalProperty
311 // %HasLocalProperty would be the appropriate test. We follow
325 // %HasLocalProperty would be the appropriate test. We follow
    [all...]
runtime.h 49 F(HasLocalProperty, 2, 1) \
v8natives.js 218 return %HasLocalProperty(ToObject(this), ToString(V));
683 if (%HasLocalProperty(props, key)) {
runtime.cc     [all...]
objects.h     [all...]

Completed in 54 milliseconds