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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8DOMWrapper.h 63 ASSERT(wrapper->InternalFieldCount() >= 2);
72 ASSERT(wrapper->InternalFieldCount() >= 2);
V8DOMWrapper.cpp 93 shadowTemplate->InstanceTemplate()->SetInternalFieldCount(V8HTMLDocument::internalFieldCount);
126 return v8::Handle<v8::Object>::Cast(value)->InternalFieldCount();
136 ASSERT(object->InternalFieldCount() >= v8DefaultWrapperInternalFieldCount);
151 if (wrapper->InternalFieldCount() < v8DefaultWrapperInternalFieldCount)
166 ASSERT(wrapper->InternalFieldCount() >= v8DefaultWrapperInternalFieldCount);
WrapperTypeInfo.h 145 // This would be unsafe, but InternalFieldCount and GetAlignedPointerFromInternalField are guaranteed not to allocate
147 ASSERT(object->InternalFieldCount() >= offset);
154 ASSERT(object->InternalFieldCount() >= offset);
CustomElementConstructorBuilder.cpp 225 if (m_prototype->InternalFieldCount() || !m_prototype->GetHiddenValue(V8HiddenPropertyName::customElementIsInterfacePrototypeObject()).IsEmpty()) {
255 if (v8PrototypeInternalFieldcount == chainObject->InternalFieldCount()) {
V8PerContextData.cpp 128 if (prototypeObject->InternalFieldCount() == v8PrototypeInternalFieldcount
ScriptProfiler.cpp 121 if (object->InternalFieldCount() >= v8DefaultWrapperInternalFieldCount) {
V8NPObject.cpp 95 if (args.Holder()->InternalFieldCount() != npObjectInternalFieldCount) {
NPV8Object.cpp 120 if (object->InternalFieldCount() == npObjectInternalFieldCount) {
V8Binding.h 537 return object->InternalFieldCount() || object->HasIndexedPropertiesInExternalArrayData();
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8PromiseCustom.h 39 InternalFieldCount, // This entry must always be at the bottom.
V8PromiseCustom.cpp 55 v8::Local<v8::ObjectTemplate> cachedObjectTemplate(void* privateTemplateUniqueKey, int internalFieldCount, v8::Isolate* isolate)
65 instanceTemplate->SetInternalFieldCount(internalFieldCount);
95 return cachedObjectTemplate(&privateTemplateUniqueKey, V8PromiseCustom::InternalFieldCount, isolate);
  /external/v8/include/
v8.h     [all...]
  /external/v8/test/cctest/
test-heap-profiler.cc 333 CHECK_EQ(2, global->InternalFieldCount());
    [all...]
test-api.cc     [all...]
  /external/chromium_org/v8/include/
v8.h     [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc     [all...]
test-heap-profiler.cc 421 CHECK_EQ(2, global->InternalFieldCount());
    [all...]
  /external/chromium_org/v8/src/
api.cc     [all...]
  /external/v8/src/
api.cc     [all...]

Completed in 254 milliseconds