Home
last modified time | relevance | path

Searched refs:appendArgument (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/inspector/
Dv8-function-call.h47 void appendArgument(v8::Local<v8::Value>);
48 void appendArgument(const String16&);
49 void appendArgument(int);
50 void appendArgument(bool);
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
Dinjected-script.cc340 function.appendArgument(object); in getProperties()
341 function.appendArgument(groupName); in getProperties()
342 function.appendArgument(ownProperties); in getProperties()
343 function.appendArgument(accessorPropertiesOnly); in getProperties()
344 function.appendArgument(generatePreview); in getProperties()
407 function.appendArgument(value); in wrapValue()
408 function.appendArgument(groupName); in wrapValue()
409 function.appendArgument(forceValueType); in wrapValue()
410 function.appendArgument(generatePreview); in wrapValue()
423 function.appendArgument(table); in wrapTable()
[all …]
/external/easymock/src/org/easymock/internal/
DArgumentToString.java27 public static void appendArgument(Object value, StringBuffer buffer) { in appendArgument() method in ArgumentToString
44 appendArgument(Array.get(value, i), buffer); in appendArgument()
/external/easymock/src/org/easymock/internal/matchers/
DSame.java39 ArgumentToString.appendArgument(expected, buffer); in appendTo()
DEquals.java41 ArgumentToString.appendArgument(expected, buffer); in appendTo()
DArrayEquals.java67 ArgumentToString.appendArgument(getExpected(), buffer); in appendTo()
/external/easymock/src/org/easymock/
DAbstractMatcher.java63 ArgumentToString.appendArgument(argument, result); in argumentToString()