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

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
NPV8Object.h 46 static const int npObjectInternalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
V8NPObject.cpp 93 if (info.Holder()->InternalFieldCount() != npObjectInternalFieldCount) {
457 templ->InstanceTemplate()->SetInternalFieldCount(npObjectInternalFieldCount);
NPV8Object.cpp 130 if (object->InternalFieldCount() == npObjectInternalFieldCount) {

Completed in 2561 milliseconds