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

  /external/webkit/Source/WebCore/bindings/v8/
NPV8Object.h 51 static const int npObjectInternalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
V8NPObject.cpp 92 if (args.Holder()->InternalFieldCount() != npObjectInternalFieldCount)
381 npObjectDesc->InstanceTemplate()->SetInternalFieldCount(npObjectInternalFieldCount);
NPV8Object.cpp 119 if (object->InternalFieldCount() == npObjectInternalFieldCount) {

Completed in 691 milliseconds