Searched defs:appendArgument (Results 1 – 3 of 3) sorted by relevance
45 void ScriptCallArgumentHandler::appendArgument(const ScriptObject& argument) in appendArgument() function in WebCore::ScriptCallArgumentHandler54 void ScriptCallArgumentHandler::appendArgument(const ScriptValue& argument) in appendArgument() function in WebCore::ScriptCallArgumentHandler59 void ScriptCallArgumentHandler::appendArgument(const String& argument) in appendArgument() function in WebCore::ScriptCallArgumentHandler65 void ScriptCallArgumentHandler::appendArgument(const JSC::UString& argument) in appendArgument() function in WebCore::ScriptCallArgumentHandler71 void ScriptCallArgumentHandler::appendArgument(const char* argument) in appendArgument() function in WebCore::ScriptCallArgumentHandler77 void ScriptCallArgumentHandler::appendArgument(JSC::JSValue argument) in appendArgument() function in WebCore::ScriptCallArgumentHandler82 void ScriptCallArgumentHandler::appendArgument(long argument) in appendArgument() function in WebCore::ScriptCallArgumentHandler88 void ScriptCallArgumentHandler::appendArgument(long long argument) in appendArgument() function in WebCore::ScriptCallArgumentHandler94 void ScriptCallArgumentHandler::appendArgument(unsigned int argument) in appendArgument() function in WebCore::ScriptCallArgumentHandler100 void ScriptCallArgumentHandler::appendArgument(unsigned long argument) in appendArgument() function in WebCore::ScriptCallArgumentHandler[all …]
47 void ScriptCallArgumentHandler::appendArgument(const ScriptObject& argument) in appendArgument() function in WebCore::ScriptCallArgumentHandler56 void ScriptCallArgumentHandler::appendArgument(const ScriptValue& argument) in appendArgument() function in WebCore::ScriptCallArgumentHandler61 void ScriptCallArgumentHandler::appendArgument(const String& argument) in appendArgument() function in WebCore::ScriptCallArgumentHandler67 void ScriptCallArgumentHandler::appendArgument(const char* argument) in appendArgument() function in WebCore::ScriptCallArgumentHandler73 void ScriptCallArgumentHandler::appendArgument(long argument) in appendArgument() function in WebCore::ScriptCallArgumentHandler79 void ScriptCallArgumentHandler::appendArgument(long long argument) in appendArgument() function in WebCore::ScriptCallArgumentHandler85 void ScriptCallArgumentHandler::appendArgument(unsigned int argument) in appendArgument() function in WebCore::ScriptCallArgumentHandler91 void ScriptCallArgumentHandler::appendArgument(unsigned long argument) in appendArgument() function in WebCore::ScriptCallArgumentHandler97 void ScriptCallArgumentHandler::appendArgument(int argument) in appendArgument() function in WebCore::ScriptCallArgumentHandler103 void ScriptCallArgumentHandler::appendArgument(bool argument) in appendArgument() function in WebCore::ScriptCallArgumentHandler
27 public static void appendArgument(Object value, StringBuffer buffer) { in appendArgument() method in ArgumentToString