mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
24 lines
1 KiB
Text
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
|