OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clearnativeinfo
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8DOMWrapper.h
64
static void
clearNativeInfo
(v8::Handle<v8::Object>, const WrapperTypeInfo*);
123
inline void V8DOMWrapper::
clearNativeInfo
(v8::Handle<v8::Object> wrapper, const WrapperTypeInfo* wrapperTypeInfo)
127
//
clearNativeInfo
() is used only by NP objects, which are not garbage collected.
V8NPObject.cpp
490
V8DOMWrapper::
clearNativeInfo
(wrapper, npObjectTypeInfo());
Completed in 101 milliseconds