Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-function-call.cc50 void V8FunctionCall::appendArgument(v8::Local<v8::Value> value) { in appendArgument() function in v8_inspector::V8FunctionCall
54 void V8FunctionCall::appendArgument(const String16& argument) { in appendArgument() function in v8_inspector::V8FunctionCall
58 void V8FunctionCall::appendArgument(int argument) { in appendArgument() function in v8_inspector::V8FunctionCall
62 void V8FunctionCall::appendArgument(bool argument) { in appendArgument() function in v8_inspector::V8FunctionCall
/external/easymock/src/org/easymock/internal/
DArgumentToString.java27 public static void appendArgument(Object value, StringBuffer buffer) { in appendArgument() method in ArgumentToString