Skip to content

Commit 94c1a60

Browse files
clover2123bbrto21
authored andcommitted
Update sam exclude file with comments
Signed-off-by: HyukWoo Park <[email protected]>
1 parent 8f53110 commit 94c1a60

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.ahub/sam/exclude.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Exclude external third-party libraries
12
/escargot/third_party/double_conversion/double-conversion.cc
23
/escargot/third_party/double_conversion/bignum.h
34
/escargot/third_party/GCutil/
@@ -7,12 +8,16 @@
78
/escargot/third_party/rapidjson/include/rapidjson/reader.h
89
/escargot/third_party/rapidjson/include/rapidjson/encodings.h
910
/escargot/third_party/yarr/
11+
12+
# Exclude parser/interpreter codes which have intensive control statements and similar patterns essentially used for compilation and execution
1013
/escargot/src/parser/Lexer.h
1114
/escargot/src/parser/Lexer.cpp
1215
/escargot/src/parser/esprima_cpp/esprima.cpp
1316
/escargot/src/interpreter/ByteCodeInterpreter.h
1417
/escargot/src/interpreter/ByteCodeInterpreter.cpp
1518
/escargot/src/parser/CodeBlock.h
19+
20+
# Exclude huge-scaled Object classes that represent built-in JavaScript Objects
1621
/escargot/src/runtime/GlobalObject.h
1722
/escargot/src/runtime/Object.h
1823
/escargot/src/runtime/DateObject.h

0 commit comments

Comments
 (0)