Searched refs:CheckPillDescriptor (Results 1 – 2 of 2) sorted by relevance
/external/v8/test/mjsunit/ |
D | strict-mode.js | 1023 function CheckPillDescriptor(func, name) { class 1069 CheckPillDescriptor(strict, "caller"); 1070 CheckPillDescriptor(strict, "arguments"); 1071 CheckPillDescriptor(another, "caller"); 1072 CheckPillDescriptor(another, "arguments"); 1073 CheckPillDescriptor(third, "caller"); 1074 CheckPillDescriptor(third, "arguments"); 1106 CheckPillDescriptor(args, "caller"); 1107 CheckPillDescriptor(args, "callee"); 1113 CheckPillDescriptor(args, "caller"); [all …]
|
/external/chromium_org/v8/test/mjsunit/ |
D | strict-mode.js | 1023 function CheckPillDescriptor(func, name) { class 1069 CheckPillDescriptor(strict, "caller"); 1070 CheckPillDescriptor(strict, "arguments"); 1071 CheckPillDescriptor(another, "caller"); 1072 CheckPillDescriptor(another, "arguments"); 1073 CheckPillDescriptor(third, "caller"); 1074 CheckPillDescriptor(third, "arguments"); 1106 CheckPillDescriptor(args, "caller"); 1107 CheckPillDescriptor(args, "callee"); 1113 CheckPillDescriptor(args, "caller"); [all …]
|