Searched defs:ScriptWrappable (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptWrappable.h100 * 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 { class in namespace:blink
113 ScriptWrappable() : m_wrapper(0) { } function in class:blink::ScriptWrappable
155 static bool wrapperCanBeStoredInObject(const ScriptWrappable*) { return true; } argument
157 static ScriptWrappable* fromObject(const void*)
163 static ScriptWrappable* fromObject(ScriptWrappable* object)
176 void markAsDependentGroup(ScriptWrappable* groupRoo
[all...]
/external/chromium_org/tools/clang/blink_gc_plugin/tests/heap/
H A Dstubs.h227 // blink::ScriptWrappable receives special treatment
231 class ScriptWrappable { class in namespace:blink
233 ~ScriptWrappable() { /* user-declared, thus, non-trivial */ }

Completed in 181 milliseconds