Home
last modified time | relevance | path

Searched defs:wrapperCanBeStoredInObject (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DScriptWrappable.h140 static bool wrapperCanBeStoredInObject(const void*) { return false; } in wrapperCanBeStoredInObject() function
141 static bool wrapperCanBeStoredInObject(const ScriptWrappable*) { return true; } in wrapperCanBeStoredInObject() function