mirror of
https://github.com/tc39/test262.git
synced 2025-05-14 20:00:31 +02:00
2 lines
143 B
JavaScript
2 lines
143 B
JavaScript
const NATIVE_FUNCTION_RE = /\bfunction\b[\s\S]+\b\w+\b[\s\S]*\([\s\S]*\)[\s\S]*\{[\s\S]*\[[\s\S]*\bnative\b[\s\S]+\bcode\b[\s\S]*\][\s\S]*\}/;
|