Searched refs:GetVars (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/v8/tools/ |
D | generate-builtins-tests.py | 31 def GetVars(result, num, first = []): function 54 TryCatch(result, "%s(%s);" % (full_name, GetVars(result, length))) 60 "var recv = new %s(%s);" % (full_name, GetVars(result, length)), 72 (proto_property["name"], GetVars(result, 1))) 76 (proto_property["name"], GetVars(result, 1))) 86 args = GetVars(result, method["length"], ["recv"])
|