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/v8/
NPV8Object.h 44 static const int npObjectInternalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
V8NPObject.cpp 95 if (args.Holder()->InternalFieldCount() != npObjectInternalFieldCount) {
441 templ->InstanceTemplate()->SetInternalFieldCount(npObjectInternalFieldCount);
NPV8Object.cpp 120 if (object->InternalFieldCount() == npObjectInternalFieldCount) {

Completed in 747 milliseconds