escargot/.ahub/sam/exclude.txt
HyukWoo Park 94c1a60de3 Update sam exclude file with comments
Signed-off-by: HyukWoo Park <hyukwoo.park@samsung.com>
2023-04-21 14:47:59 +09:00

24 lines
1 KiB
Text

# Exclude external third-party libraries
/escargot/third_party/double_conversion/double-conversion.cc
/escargot/third_party/double_conversion/bignum.h
/escargot/third_party/GCutil/
/escargot/third_party/libbf/libbf.c
/escargot/third_party/lz4/lz4.cpp
/escargot/third_party/rapidjson/include/rapidjson/document.h
/escargot/third_party/rapidjson/include/rapidjson/reader.h
/escargot/third_party/rapidjson/include/rapidjson/encodings.h
/escargot/third_party/yarr/
# Exclude parser/interpreter codes which have intensive control statements and similar patterns essentially used for compilation and execution
/escargot/src/parser/Lexer.h
/escargot/src/parser/Lexer.cpp
/escargot/src/parser/esprima_cpp/esprima.cpp
/escargot/src/interpreter/ByteCodeInterpreter.h
/escargot/src/interpreter/ByteCodeInterpreter.cpp
/escargot/src/parser/CodeBlock.h
# Exclude huge-scaled Object classes that represent built-in JavaScript Objects
/escargot/src/runtime/GlobalObject.h
/escargot/src/runtime/Object.h
/escargot/src/runtime/DateObject.h
/escargot/src/runtime/Value.h