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

  /external/webkit/WebCore/bindings/v8/
V8IsolatedContext.h 89 return reinterpret_cast<V8IsolatedContext*>(getGlobalObject(v8::Context::GetEntered())->GetPointerFromInternalField(V8DOMWindow::enteredIsolatedWorldIndex));
V8Collection.h 53 return reinterpret_cast<Collection*>(object->GetPointerFromInternalField(v8DOMWrapperObjectIndex));
V8SVGPODTypeWrapper.h 57 return reinterpret_cast<V8SVGPODTypeWrapper<PODType>*>(object->GetPointerFromInternalField(v8DOMWrapperObjectIndex));
NPV8Object.cpp 103 return reinterpret_cast<NPObject*>(object->GetPointerFromInternalField(WebCore::v8DOMWrapperObjectIndex));
  /external/webkit/WebCore/bindings/v8/custom/
V8WebGLArrayCustom.h 155 T* array = reinterpret_cast<T*>(args.Holder()->GetPointerFromInternalField(v8DOMWrapperObjectIndex));
  /external/v8/include/
v8.h     [all...]
  /external/v8/test/cctest/
test-api.cc     [all...]
  /external/webkit/WebCore/bindings/scripts/
CodeGeneratorV8.pm     [all...]

Completed in 94 milliseconds