Searched refs:toJSNewlyCreated (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
H A DJSCDATASectionCustom.cpp35 JSValue toJSNewlyCreated(ExecState* exec, JSDOMGlobalObject* globalObject, CDATASection* section) function in namespace:WebCore
H A DJSTextCustom.cpp35 JSValue toJSNewlyCreated(ExecState* exec, JSDOMGlobalObject* globalObject, Text* text) function in namespace:WebCore
H A DJSTouchCustom.cpp37 JSValue toJSNewlyCreated(ExecState* exec, JSDOMGlobalObject* globalObject, Touch* touch) function in namespace:WebCore
H A DJSTouchListCustom.cpp37 JSValue toJSNewlyCreated(ExecState* exec, JSDOMGlobalObject* globalObject, TouchList* touchList) function in namespace:WebCore
H A DJSElementCustom.cpp69 JSValue toJSNewlyCreated(ExecState* exec, JSDOMGlobalObject* globalObject, Element* element) function in namespace:WebCore
H A DJSDOMBinding.h266 inline JSC::JSValue toJSNewlyCreated(JSC::ExecState* exec, T* ptr) function in namespace:WebCore
268 return toJSNewlyCreated(exec, deprecatedGlobalObjectForPrototype(exec), ptr);
H A DJSNodeCustom.cpp310 JSValue toJSNewlyCreated(ExecState* exec, JSDOMGlobalObject* globalObject, Node* node) function in namespace:WebCore

Completed in 177 milliseconds