mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 00:20:08 +01:00
The differences to the original patch are the replacement of
`i::IsIdentifier...()` with `unicode_cache_.IsIdentifier...()`,
because the former is not available on Node.js v11.x, as well
as the omitted `no_gc` argument for `GetFlatContent()`.
Original commit message:
Assume flat string when checking CompileFunctionInContext arguments.
R=jkummerow@chromium.org
Change-Id: I54c6137a3c6e14d4102188f154aa7216e7414dbc
Reviewed-on: https://chromium-review.googlesource.com/c/1388533
Reviewed-by: Jakob Kummerow <jkummerow@chromium.org>
Commit-Queue: Yang Guo <yangguo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#58562}
Refs:
|
||
|---|---|---|
| .. | ||
| acorn | ||
| brotli | ||
| cares | ||
| gtest | ||
| histogram | ||
| http_parser | ||
| icu-small | ||
| llhttp | ||
| nghttp2 | ||
| node-inspect | ||
| npm | ||
| openssl | ||
| uv | ||
| v8 | ||
| zlib | ||