Searched refs:otherArgs (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/interpreter/
H A DProtoCallFrame.cpp35 void ProtoCallFrame::init(CodeBlock* codeBlock, JSScope* scope, JSObject* callee, JSValue thisValue, int argCountIncludingThis, JSValue* otherArgs) argument
37 this->args = otherArgs;
H A DProtoCallFrame.h42 void init(CodeBlock*, JSScope*, JSObject*, JSValue, int, JSValue* otherArgs = 0);
/macosx-10.10.1/OpenSSH-189/
H A Dssh-util.rb248 #otherArgs = opts.order(ARGV) {|val| raise OptionParser::ParseError, val}
249 otherArgs = opts.order(ARGV)

Completed in 195 milliseconds