HomeSort by relevance Sort by last modified time
    Searched defs:ScriptWrappable (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptWrappable.h 100 * ScriptWrappable wraps a V8 object and its WrapperTypeInfo.
102 * ScriptWrappable acts much like a v8::Persistent<> in that it keeps a
106 * - new: an empty ScriptWrappable.
111 class ScriptWrappable : public ScriptWrappableBase {
113 ScriptWrappable() : m_wrapper(0) { }
155 static bool wrapperCanBeStoredInObject(const ScriptWrappable*) { return true; }
157 static ScriptWrappable* fromObject(const void*)
163 static ScriptWrappable* fromObject(ScriptWrappable* object)
176 void markAsDependentGroup(ScriptWrappable* groupRoot, v8::Isolate* isolate
    [all...]
  /external/chromium_org/tools/clang/blink_gc_plugin/tests/heap/
stubs.h 227 // blink::ScriptWrappable receives special treatment
231 class ScriptWrappable {
233 ~ScriptWrappable() { /* user-declared, thus, non-trivial */ }

Completed in 1266 milliseconds