File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Exclude external third-party libraries
1
2
/escargot/third_party/double_conversion/double-conversion.cc
2
3
/escargot/third_party/double_conversion/bignum.h
3
4
/escargot/third_party/GCutil/
7
8
/escargot/third_party/rapidjson/include/rapidjson/reader.h
8
9
/escargot/third_party/rapidjson/include/rapidjson/encodings.h
9
10
/escargot/third_party/yarr/
11
+
12
+ # Exclude parser/interpreter codes which have intensive control statements and similar patterns essentially used for compilation and execution
10
13
/escargot/src/parser/Lexer.h
11
14
/escargot/src/parser/Lexer.cpp
12
15
/escargot/src/parser/esprima_cpp/esprima.cpp
13
16
/escargot/src/interpreter/ByteCodeInterpreter.h
14
17
/escargot/src/interpreter/ByteCodeInterpreter.cpp
15
18
/escargot/src/parser/CodeBlock.h
19
+
20
+ # Exclude huge-scaled Object classes that represent built-in JavaScript Objects
16
21
/escargot/src/runtime/GlobalObject.h
17
22
/escargot/src/runtime/Object.h
18
23
/escargot/src/runtime/DateObject.h
You can’t perform that action at this time.
0 commit comments