Searched refs:GetVars (Results 1 – 1 of 1) sorted by relevance
/third_party/node/deps/v8/tools/ |
D | generate-builtins-tests.py | 34 def GetVars(result, num, first = []): function 57 TryCatch(result, "%s(%s);" % (full_name, GetVars(result, length))) 63 "var recv = new %s(%s);" % (full_name, GetVars(result, length)), 75 (proto_property["name"], GetVars(result, 1))) 79 (proto_property["name"], GetVars(result, 1))) 89 args = GetVars(result, method["length"], ["recv"])
|