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

  /external/v8/test/cctest/
test-heap.cc 160 Isolate::Current()->context()->global()->HasLocalProperty(object_symbol));
232 CHECK(Isolate::Current()->context()->global()->HasLocalProperty(*name));
252 CHECK(Isolate::Current()->context()->global()->HasLocalProperty(*obj_name));
573 CHECK(!obj->HasLocalProperty(*first));
578 CHECK(obj->HasLocalProperty(*first));
582 CHECK(!obj->HasLocalProperty(*first));
589 CHECK(obj->HasLocalProperty(*first));
590 CHECK(obj->HasLocalProperty(*second));
594 CHECK(obj->HasLocalProperty(*second));
596 CHECK(!obj->HasLocalProperty(*first))
    [all...]
test-mark-compact.cc 206 CHECK(Isolate::Current()->context()->global()->HasLocalProperty(func_name));
228 CHECK(Isolate::Current()->context()->global()->HasLocalProperty(obj_name));
  /external/v8/src/
array.js 233 // interpreted such that %HasLocalProperty would be the
245 // interpreted such that %HasLocalProperty would be the
273 // %HasLocalProperty would be the appropriate test. We follow
284 // interpreted such that %HasLocalProperty would be the
297 // %HasLocalProperty would be the appropriate test. We follow
305 // be interpreted such that %HasLocalProperty would be the
327 // The spec could also be interpreted such that %HasLocalProperty
347 // %HasLocalProperty would be the appropriate test. We follow
361 // %HasLocalProperty would be the appropriate test. We follow
    [all...]
runtime.h 52 F(HasLocalProperty, 2, 1) \
json.js 251 if (%HasLocalProperty(value, p)) {
v8natives.js 254 return %HasLocalProperty(TO_OBJECT_INLINE(this), TO_STRING_INLINE(V));
1073 if (!(%HasLocalProperty(standardNames, N))) {
1093 if (%HasLocalProperty(properties, key)) {
    [all...]
objects-inl.h     [all...]
objects.h     [all...]
runtime.cc     [all...]
api.cc     [all...]

Completed in 256 milliseconds