Home
last modified time | relevance | path

Searched refs:set_allow_harmony_bigint (Results 1 – 3 of 3) sorted by relevance

/dports/www/node10/node-v10.24.1/deps/v8/src/parsing/
H A Dscanner.h362 void set_allow_harmony_bigint(bool allow) { allow_harmony_bigint_ = allow; } in set_allow_harmony_bigint() function
H A Dparser-base.h307 void set_allow_harmony_bigint(bool allow) { in set_allow_harmony_bigint() function
308 scanner()->set_allow_harmony_bigint(allow); in set_allow_harmony_bigint()
H A Dparser.cc452 set_allow_harmony_bigint(FLAG_harmony_bigint); in Parser()