Home | History | Annotate | Download | only in js

Lines Matching defs:appendArgument

52 void ScriptFunctionCall::appendArgument(const ScriptObject& argument)
61 void ScriptFunctionCall::appendArgument(const ScriptString& argument)
66 void ScriptFunctionCall::appendArgument(const ScriptValue& argument)
71 void ScriptFunctionCall::appendArgument(const String& argument)
77 void ScriptFunctionCall::appendArgument(const JSC::UString& argument)
83 void ScriptFunctionCall::appendArgument(const char* argument)
89 void ScriptFunctionCall::appendArgument(JSC::JSValue argument)
94 void ScriptFunctionCall::appendArgument(long argument)
100 void ScriptFunctionCall::appendArgument(long long argument)
106 void ScriptFunctionCall::appendArgument(unsigned int argument)
112 void ScriptFunctionCall::appendArgument(unsigned long argument)
118 void ScriptFunctionCall::appendArgument(int argument)
124 void ScriptFunctionCall::appendArgument(bool argument)