v8/src/torque
Seth Brenith 93d88bf02c [torque] Move JSRegExp flags definitions to Torque
This change also removes the kInvalid value from JSRegExp::Flag, so that
the values in JSRegExp::Flag correspond only to those which can exist on
the heap and not things used temporarily during parsing.

Change-Id: I1ded0b1be8c59eab72320edfef26eda42c91a89f
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2216302
Reviewed-by: Sathya Gunasekaran  <gsathya@chromium.org>
Reviewed-by: Jakob Gruber <jgruber@chromium.org>
Reviewed-by: Clemens Backes <clemensb@chromium.org>
Reviewed-by: Tobias Tebbi <tebbi@chromium.org>
Commit-Queue: Seth Brenith <seth.brenith@microsoft.com>
Cr-Commit-Position: refs/heads/master@{#68182}
2020-06-04 15:39:29 +00:00
..
ls [clang-tidy] Add override to overridden functions 2020-05-26 18:59:34 +00:00
ast.h [clang-tidy] Use explicit default for constructor 2020-05-06 18:15:17 +00:00
cfg.cc [torque] Reduce generated CSA variables and labels 2020-02-11 15:07:23 +00:00
cfg.h [torque] avoid using nullptr_t for BottomOffset 2020-05-29 06:51:19 +00:00
class-debug-reader-generator.cc Reland "[torque] Allow storing to bitfield structs that are stored in Smis" 2020-04-22 10:34:46 +00:00
constants.h [torque] check FixedArray length 2020-05-30 14:46:49 +00:00
contextual.h Revert "[torque][cleanup] Use more precise field types in a few classes" 2020-05-26 15:14:10 +00:00
csa-generator.cc [torque] avoid using nullptr_t for BottomOffset 2020-05-29 06:51:19 +00:00
csa-generator.h [torque] Reduce generated CSA variables and labels 2020-02-11 15:07:23 +00:00
declarable.cc [torque] Minor Torque fixes 2020-05-27 15:31:01 +00:00
declarable.h [torque] use :: to refer to global namespace 2020-05-26 15:37:57 +00:00
declaration-visitor.cc [torque] check FixedArray length 2020-05-30 14:46:49 +00:00
declaration-visitor.h [torque] introduce generic abstract types 2019-10-24 08:31:18 +00:00
declarations.cc [torque] Implement Rest/Strict/Sloppy argument stubs in Torque 2019-12-19 11:00:10 +00:00
declarations.h [torque] Enum language feature 2019-12-18 16:24:48 +00:00
earley-parser.cc Reland "[torque] introduce separate implicit parameters for JavaScript calling convention" 2019-06-14 14:02:13 +00:00
earley-parser.h [torque] avoid ambiguity if a catch catches from other handlers 2020-05-01 14:47:01 +00:00
global-context.cc [sandbox][x64] Add build flag for V8 heap sandbox feature 2020-04-29 16:44:02 +00:00
global-context.h [torque] improve GC visitors 2020-05-04 14:55:12 +00:00
implementation-visitor.cc [torque] Move JSRegExp flags definitions to Torque 2020-06-04 15:39:29 +00:00
implementation-visitor.h [torque] fix Torque crash when accessing fields of non-class types 2020-06-04 14:17:38 +00:00
instance-type-generator.cc [torque] improve GC visitors 2020-05-04 14:55:12 +00:00
instructions.cc [torque] Reduce generated CSA variables and labels 2020-02-11 15:07:23 +00:00
instructions.h [torque] implement initialization of bitfield structs 2020-04-23 15:27:22 +00:00
OWNERS Add OWNERS for src/torque 2019-05-15 12:07:20 +00:00
parameter-difference.h [torque] Implement parameter overloading in generics 2018-06-06 16:12:22 +00:00
runtime-support.h Port bitfield ScopeFlags to Torque 2019-12-27 13:15:06 +00:00
server-data.cc [torque-ls] List macros and builtins as document symbols 2019-05-14 13:47:27 +00:00
server-data.h [iwyu] Add missing includes of <memory> for std::unique_ptr 2019-09-13 17:13:36 +00:00
source-positions.cc [torque] Introduce 'import' syntax 2019-06-11 09:33:06 +00:00
source-positions.h [torque] Generate more detailed errors when instantiating generics 2019-11-15 17:11:48 +00:00
torque-compiler.cc [torque] Minor Torque fixes 2020-05-27 15:31:01 +00:00
torque-compiler.h Introduce "-m32" compilation mode for Torque 2019-08-22 10:08:26 +00:00
torque-parser.cc [torque] use :: to refer to global namespace 2020-05-26 15:37:57 +00:00
torque-parser.h [torque]: Class declarations 2019-01-10 14:32:50 +00:00
torque.cc Introduce "-m32" compilation mode for Torque 2019-08-22 10:08:26 +00:00
type-inference.cc [torque] add bounded quantification to generics 2019-10-31 12:06:47 +00:00
type-inference.h [torque] add bounded quantification to generics 2019-10-31 12:06:47 +00:00
type-oracle.cc [torque] add const references and disallow const class field writes 2020-03-18 08:47:49 +00:00
type-oracle.h [torque] check FixedArray length 2020-05-30 14:46:49 +00:00
type-visitor.cc [torque] implement initialization of bitfield structs 2020-04-23 15:27:22 +00:00
type-visitor.h [torque] implement initialization of bitfield structs 2020-04-23 15:27:22 +00:00
types.cc [torque] fix MSVC compile 2020-05-06 10:21:09 +00:00
types.h [clang-tidy] Make deleted member functions public 2020-05-26 17:39:19 +00:00
utils.cc [torque] Port ToInteger to Torque 2020-02-21 12:39:50 +00:00
utils.h [torque] avoid using nullptr_t for BottomOffset 2020-05-29 06:51:19 +00:00