v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
regexp-parser.h
Go to the documentation of this file.
1// Copyright 2016 the V8 project authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef V8_REGEXP_REGEXP_PARSER_H_
6#define V8_REGEXP_REGEXP_PARSER_H_
7
11
12namespace v8 {
13namespace internal {
14
15class String;
16class Zone;
17
18struct RegExpCompileData;
19
21 public:
22 static bool ParseRegExpFromHeapString(Isolate* isolate, Zone* zone,
24 RegExpFlags flags,
26
27 template <class CharT>
28 static bool VerifyRegExpSyntax(Zone* zone, uintptr_t stack_limit,
29 const CharT* input, int input_length,
31 const DisallowGarbageCollection& no_gc);
32};
33
34} // namespace internal
35} // namespace v8
36
37#endif // V8_REGEXP_REGEXP_PARSER_H_
friend Zone
Definition asm-types.cc:195
ZoneVector< RpoNumber > & result
v8_inspector::String16 String
Definition string-util.h:26
#define V8_EXPORT_PRIVATE
Definition macros.h:460