Searched refs:InternalFieldCount (Results 1 - 8 of 8) sorted by relevance

/external/pdfium/xfa/src/fxjse/src/
H A Dutil_inline.h16 ASSERT(hObject->InternalFieldCount() > 0);
27 if (hObject->InternalFieldCount() == 0) {
33 if (hObject->InternalFieldCount() == 0) {
H A Dclass.cpp152 FXSYS_assert(info.This()->InternalFieldCount());
/external/pdfium/fpdfsdk/src/jsapi/
H A Dfxjs_v8.cpp462 if (pObj.IsEmpty() || !pObj->InternalFieldCount())
504 if (pObj.IsEmpty() || !pObj->InternalFieldCount())
517 if (pObj->InternalFieldCount()) {
539 if (pObj.IsEmpty() || !pObj->InternalFieldCount())
/external/v8/include/
H A Dv8.h2862 int InternalFieldCount();
2865 V8_INLINE static int InternalFieldCount( function in class:v8::Object
2867 return object.val_->InternalFieldCount();
4822 int InternalFieldCount();
/external/v8/test/cctest/
H A Dtest-heap-profiler.cc434 CHECK_EQ(1, global->InternalFieldCount());
672 CHECK_EQ(2, global->InternalFieldCount());
H A Dtest-api.cc2613 CHECK_EQ(1, obj->InternalFieldCount());
2628 CHECK_EQ(1, global->InternalFieldCount());
2666 CHECK_EQ(1, obj->InternalFieldCount());
2681 CHECK_EQ(1, Object::InternalFieldCount(persistent));
3332 CHECK_EQ(T::kInternalFieldCount, value->InternalFieldCount());
3333 for (int i = 0; i < value->InternalFieldCount(); i++) {
7835 CHECK_EQ(2, obj->InternalFieldCount());
14892 CHECK_EQ(1, result->InternalFieldCount());
22084 CHECK_EQ(0, set_object->InternalFieldCount());
22087 CHECK_EQ(0, map_object->InternalFieldCount());
[all...]
/external/v8/src/
H A Dd8.cc189 if (object->InternalFieldCount() != 1) {
H A Dapi.cc1713 int ObjectTemplate::InternalFieldCount() { function in class:v8::ObjectTemplate
5466 int v8::Object::InternalFieldCount() { function in class:v8::v8::Object

Completed in 214 milliseconds