LWNode_Release_210902_60ce3db 36/263436/1 submit/tizen/20210902.074719
authorRyan Hyun Choi <ryan.choi@samsung.com>
Thu, 2 Sep 2021 07:07:52 +0000 (16:07 +0900)
committerRyan Hyun Choi <ryan.choi@samsung.com>
Thu, 2 Sep 2021 07:08:45 +0000 (16:08 +0900)
commitf662ff34860f6e66b066c36fd51f687ca8cbbcec
tree3894db4b1fe7a7cd64b1a5f2a726d35ecafb23a5
parent805538995172240b081c451ce6fa77afa2373f99
LWNode_Release_210902_60ce3db

Change-Id: Id542c05f38654454540ec38b059c18932f375cbb
Signed-off-by: Ryan Choi <ryan.choi@samsung.com>
193 files changed:
configure.py
lib/buffer.js
lib/internal/assert/calltracker.js
lib/internal/bootstrap/node.js
lib/internal/child_process.js
lib/internal/child_process_origin.js [deleted file]
lib/internal/histogram.js
lib/internal/histogram_origin.js [deleted file]
lib/internal/process/per_thread.js
lib/internal/source_map/source_map.js
lib/internal/source_map/source_map.origin.js [deleted file]
lib/internal/vm/module.js
lib/internal/vm/module.origin.js [deleted file]
lib/repl.js
lib/vm.js
lwnode/build-cctest-node.sh [new file with mode: 0755]
lwnode/build-cctest.sh
lwnode/build.sh
lwnode/code/escargotshim/common.gypi
lwnode/code/escargotshim/deps/escargot/build/cmake/toolchain_android_arm.cmake [deleted file]
lwnode/code/escargotshim/deps/escargot/build/cmake/toolchain_darwin_x64.cmake [deleted file]
lwnode/code/escargotshim/deps/escargot/build/cmake/toolchain_linux_aarch64.cmake [deleted file]
lwnode/code/escargotshim/deps/escargot/build/cmake/toolchain_linux_arm.cmake [deleted file]
lwnode/code/escargotshim/deps/escargot/build/cmake/toolchain_linux_i686.cmake [deleted file]
lwnode/code/escargotshim/deps/escargot/build/cmake/toolchain_linux_x64.cmake [deleted file]
lwnode/code/escargotshim/deps/escargot/build/cmake/toolchain_linux_x86.cmake [deleted file]
lwnode/code/escargotshim/deps/escargot/build/cmake/toolchain_tizen_obs_aarch64.cmake [deleted file]
lwnode/code/escargotshim/deps/escargot/build/cmake/toolchain_tizen_obs_arm.cmake [deleted file]
lwnode/code/escargotshim/deps/escargot/build/cmake/toolchain_tizen_obs_i686.cmake [deleted file]
lwnode/code/escargotshim/deps/escargot/build/cmake/toolchain_tizen_obs_x64.cmake [deleted file]
lwnode/code/escargotshim/deps/escargot/build/cmake/toolchain_tizen_obs_x86.cmake [deleted file]
lwnode/code/escargotshim/deps/escargot/build/cmake/toolchain_tizen_obs_x86_64.cmake [deleted file]
lwnode/code/escargotshim/deps/escargot/build/config.cmake
lwnode/code/escargotshim/deps/escargot/build/escargot.cmake
lwnode/code/escargotshim/deps/escargot/build/target.cmake [new file with mode: 0644]
lwnode/code/escargotshim/deps/escargot/src/Escargot.h
lwnode/code/escargotshim/deps/escargot/src/api/EscargotPublic.cpp
lwnode/code/escargotshim/deps/escargot/src/api/EscargotPublic.h
lwnode/code/escargotshim/deps/escargot/src/builtins/BuiltinArray.cpp [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/GlobalObjectBuiltinArray.cpp with 99% similarity]
lwnode/code/escargotshim/deps/escargot/src/builtins/BuiltinArrayBuffer.cpp [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/GlobalObjectBuiltinArrayBuffer.cpp with 98% similarity]
lwnode/code/escargotshim/deps/escargot/src/builtins/BuiltinAsyncFromSyncIterator.cpp [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/GlobalObjectBuiltinAsyncFromSyncIterator.cpp with 100% similarity]
lwnode/code/escargotshim/deps/escargot/src/builtins/BuiltinAsyncFunction.cpp [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/GlobalObjectBuiltinAsyncFunction.cpp with 94% similarity]
lwnode/code/escargotshim/deps/escargot/src/builtins/BuiltinAsyncGeneratorFunction.cpp [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/GlobalObjectBuiltinAsyncGeneratorFunction.cpp with 98% similarity]
lwnode/code/escargotshim/deps/escargot/src/builtins/BuiltinAsyncIterator.cpp [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/GlobalObjectBuiltinAsyncIterator.cpp with 95% similarity]
lwnode/code/escargotshim/deps/escargot/src/builtins/BuiltinAtomics.cpp [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/GlobalObjectBuiltinAtomics.cpp with 57% similarity]
lwnode/code/escargotshim/deps/escargot/src/builtins/BuiltinBigInt.cpp [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/GlobalObjectBuiltinBigInt.cpp with 96% similarity]
lwnode/code/escargotshim/deps/escargot/src/builtins/BuiltinBoolean.cpp [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/GlobalObjectBuiltinBoolean.cpp with 97% similarity]
lwnode/code/escargotshim/deps/escargot/src/builtins/BuiltinDataView.cpp [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/GlobalObjectBuiltinDataView.cpp with 97% similarity]
lwnode/code/escargotshim/deps/escargot/src/builtins/BuiltinDate.cpp [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/GlobalObjectBuiltinDate.cpp with 99% similarity]
lwnode/code/escargotshim/deps/escargot/src/builtins/BuiltinError.cpp [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/GlobalObjectBuiltinError.cpp with 98% similarity]
lwnode/code/escargotshim/deps/escargot/src/builtins/BuiltinFinalizationRegistry.cpp [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/GlobalObjectBuiltinFinalizationRegistry.cpp with 97% similarity]
lwnode/code/escargotshim/deps/escargot/src/builtins/BuiltinFunction.cpp [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/GlobalObjectBuiltinFunction.cpp with 99% similarity]
lwnode/code/escargotshim/deps/escargot/src/builtins/BuiltinGeneratorFunction.cpp [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/GlobalObjectBuiltinGeneratorFunction.cpp with 97% similarity]
lwnode/code/escargotshim/deps/escargot/src/builtins/BuiltinIntl.cpp [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/GlobalObjectBuiltinIntl.cpp with 99% similarity]
lwnode/code/escargotshim/deps/escargot/src/builtins/BuiltinIterator.cpp [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/GlobalObjectBuiltinIterator.cpp with 91% similarity]
lwnode/code/escargotshim/deps/escargot/src/builtins/BuiltinJSON.cpp [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/GlobalObjectBuiltinJSON.cpp with 98% similarity]
lwnode/code/escargotshim/deps/escargot/src/builtins/BuiltinMap.cpp [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/GlobalObjectBuiltinMap.cpp with 98% similarity]
lwnode/code/escargotshim/deps/escargot/src/builtins/BuiltinMath.cpp [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/GlobalObjectBuiltinMath.cpp with 99% similarity]
lwnode/code/escargotshim/deps/escargot/src/builtins/BuiltinNumber.cpp [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/GlobalObjectBuiltinNumber.cpp with 99% similarity]
lwnode/code/escargotshim/deps/escargot/src/builtins/BuiltinObject.cpp [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/GlobalObjectBuiltinObject.cpp with 99% similarity]
lwnode/code/escargotshim/deps/escargot/src/builtins/BuiltinPromise.cpp [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/GlobalObjectBuiltinPromise.cpp with 100% similarity]
lwnode/code/escargotshim/deps/escargot/src/builtins/BuiltinProxy.cpp [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/GlobalObjectBuiltinProxy.cpp with 99% similarity]
lwnode/code/escargotshim/deps/escargot/src/builtins/BuiltinReflect.cpp [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/GlobalObjectBuiltinReflect.cpp with 99% similarity]
lwnode/code/escargotshim/deps/escargot/src/builtins/BuiltinRegExp.cpp [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/GlobalObjectBuiltinRegExp.cpp with 99% similarity]
lwnode/code/escargotshim/deps/escargot/src/builtins/BuiltinSet.cpp [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/GlobalObjectBuiltinSet.cpp with 98% similarity]
lwnode/code/escargotshim/deps/escargot/src/builtins/BuiltinSharedArrayBuffer.cpp [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/GlobalObjectBuiltinSharedArrayBuffer.cpp with 97% similarity]
lwnode/code/escargotshim/deps/escargot/src/builtins/BuiltinString.cpp [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/GlobalObjectBuiltinString.cpp with 99% similarity]
lwnode/code/escargotshim/deps/escargot/src/builtins/BuiltinSymbol.cpp [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/GlobalObjectBuiltinSymbol.cpp with 98% similarity]
lwnode/code/escargotshim/deps/escargot/src/builtins/BuiltinTypedArray.cpp [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/GlobalObjectBuiltinTypedArray.cpp with 99% similarity]
lwnode/code/escargotshim/deps/escargot/src/builtins/BuiltinWeakMap.cpp [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/GlobalObjectBuiltinWeakMap.cpp with 97% similarity]
lwnode/code/escargotshim/deps/escargot/src/builtins/BuiltinWeakRef.cpp [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/GlobalObjectBuiltinWeakRef.cpp with 96% similarity]
lwnode/code/escargotshim/deps/escargot/src/builtins/BuiltinWeakSet.cpp [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/GlobalObjectBuiltinWeakSet.cpp with 97% similarity]
lwnode/code/escargotshim/deps/escargot/src/codecache/CodeCacheReaderWriter.cpp
lwnode/code/escargotshim/deps/escargot/src/interpreter/ByteCodeInterpreter.cpp
lwnode/code/escargotshim/deps/escargot/src/intl/Intl.cpp [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/Intl.cpp with 99% similarity]
lwnode/code/escargotshim/deps/escargot/src/intl/Intl.h [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/Intl.h with 100% similarity]
lwnode/code/escargotshim/deps/escargot/src/intl/IntlCollator.cpp [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/IntlCollator.cpp with 99% similarity]
lwnode/code/escargotshim/deps/escargot/src/intl/IntlCollator.h [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/IntlCollator.h with 100% similarity]
lwnode/code/escargotshim/deps/escargot/src/intl/IntlDateTimeFormat.cpp [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/IntlDateTimeFormat.cpp with 99% similarity]
lwnode/code/escargotshim/deps/escargot/src/intl/IntlDateTimeFormat.h [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/IntlDateTimeFormat.h with 100% similarity]
lwnode/code/escargotshim/deps/escargot/src/intl/IntlLocale.cpp [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/IntlLocale.cpp with 99% similarity]
lwnode/code/escargotshim/deps/escargot/src/intl/IntlLocale.h [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/IntlLocale.h with 100% similarity]
lwnode/code/escargotshim/deps/escargot/src/intl/IntlNumberFormat.cpp [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/IntlNumberFormat.cpp with 99% similarity]
lwnode/code/escargotshim/deps/escargot/src/intl/IntlNumberFormat.h [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/IntlNumberFormat.h with 100% similarity]
lwnode/code/escargotshim/deps/escargot/src/intl/IntlPluralRules.cpp [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/IntlPluralRules.cpp with 98% similarity]
lwnode/code/escargotshim/deps/escargot/src/intl/IntlPluralRules.h [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/IntlPluralRules.h with 100% similarity]
lwnode/code/escargotshim/deps/escargot/src/intl/IntlRelativeTimeFormat.cpp [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/IntlRelativeTimeFormat.cpp with 98% similarity]
lwnode/code/escargotshim/deps/escargot/src/intl/IntlRelativeTimeFormat.h [moved from lwnode/code/escargotshim/deps/escargot/src/runtime/IntlRelativeTimeFormat.h with 100% similarity]
lwnode/code/escargotshim/deps/escargot/src/parser/Script.cpp
lwnode/code/escargotshim/deps/escargot/src/parser/esprima_cpp/esprima.cpp
lwnode/code/escargotshim/deps/escargot/src/runtime/ArrayBuffer.cpp [new file with mode: 0644]
lwnode/code/escargotshim/deps/escargot/src/runtime/ArrayBuffer.h [new file with mode: 0644]
lwnode/code/escargotshim/deps/escargot/src/runtime/ArrayBufferObject.cpp
lwnode/code/escargotshim/deps/escargot/src/runtime/ArrayBufferObject.h
lwnode/code/escargotshim/deps/escargot/src/runtime/ArrayObject.h
lwnode/code/escargotshim/deps/escargot/src/runtime/BackingStore.cpp
lwnode/code/escargotshim/deps/escargot/src/runtime/BackingStore.h
lwnode/code/escargotshim/deps/escargot/src/runtime/BigInt.cpp
lwnode/code/escargotshim/deps/escargot/src/runtime/Context.cpp
lwnode/code/escargotshim/deps/escargot/src/runtime/DataViewObject.h
lwnode/code/escargotshim/deps/escargot/src/runtime/FunctionTemplate.cpp
lwnode/code/escargotshim/deps/escargot/src/runtime/FunctionTemplate.h
lwnode/code/escargotshim/deps/escargot/src/runtime/Global.cpp [new file with mode: 0644]
lwnode/code/escargotshim/deps/escargot/src/runtime/Global.h [new file with mode: 0644]
lwnode/code/escargotshim/deps/escargot/src/runtime/Object.cpp
lwnode/code/escargotshim/deps/escargot/src/runtime/Object.h
lwnode/code/escargotshim/deps/escargot/src/runtime/ObjectTemplate.cpp
lwnode/code/escargotshim/deps/escargot/src/runtime/Platform.h
lwnode/code/escargotshim/deps/escargot/src/runtime/PointerValue.h
lwnode/code/escargotshim/deps/escargot/src/runtime/RegExpObject.cpp
lwnode/code/escargotshim/deps/escargot/src/runtime/SharedArrayBufferObject.cpp
lwnode/code/escargotshim/deps/escargot/src/runtime/SharedArrayBufferObject.h
lwnode/code/escargotshim/deps/escargot/src/runtime/Template.cpp
lwnode/code/escargotshim/deps/escargot/src/runtime/Template.h
lwnode/code/escargotshim/deps/escargot/src/runtime/ThreadLocal.cpp [new file with mode: 0644]
lwnode/code/escargotshim/deps/escargot/src/runtime/ThreadLocal.h [new file with mode: 0644]
lwnode/code/escargotshim/deps/escargot/src/runtime/TypedArrayObject.cpp
lwnode/code/escargotshim/deps/escargot/src/runtime/TypedArrayObject.h
lwnode/code/escargotshim/deps/escargot/src/runtime/VMInstance.cpp
lwnode/code/escargotshim/deps/escargot/src/runtime/VMInstance.h
lwnode/code/escargotshim/deps/escargot/src/runtime/serialization/SerializedBigIntValue.h [new file with mode: 0644]
lwnode/code/escargotshim/deps/escargot/src/runtime/serialization/SerializedBooleanValue.h [new file with mode: 0644]
lwnode/code/escargotshim/deps/escargot/src/runtime/serialization/SerializedNullValue.h [new file with mode: 0644]
lwnode/code/escargotshim/deps/escargot/src/runtime/serialization/SerializedNumberValue.h [new file with mode: 0644]
lwnode/code/escargotshim/deps/escargot/src/runtime/serialization/SerializedSharedArrayBufferObjectValue.h [new file with mode: 0644]
lwnode/code/escargotshim/deps/escargot/src/runtime/serialization/SerializedStringValue.h [new file with mode: 0644]
lwnode/code/escargotshim/deps/escargot/src/runtime/serialization/SerializedSymbolValue.h [new file with mode: 0644]
lwnode/code/escargotshim/deps/escargot/src/runtime/serialization/SerializedUndefinedValue.h [new file with mode: 0644]
lwnode/code/escargotshim/deps/escargot/src/runtime/serialization/SerializedValue.h [new file with mode: 0644]
lwnode/code/escargotshim/deps/escargot/src/runtime/serialization/Serializer.cpp [new file with mode: 0644]
lwnode/code/escargotshim/deps/escargot/src/runtime/serialization/Serializer.h [new file with mode: 0644]
lwnode/code/escargotshim/deps/escargot/src/shell/Shell.cpp
lwnode/code/escargotshim/deps/escargot/src/util/SpinLock.h [new file with mode: 0644]
lwnode/code/escargotshim/deps/escargot/src/wasm/GlobalObjectBuiltinWASM.cpp
lwnode/code/escargotshim/deps/escargot/src/wasm/WASMOperations.cpp
lwnode/code/escargotshim/deps/escargot/third_party/wasm/CMakeLists.txt
lwnode/code/escargotshim/escargot.gyp
lwnode/code/escargotshim/escargotshim.gyp
lwnode/code/escargotshim/include/lwnode-internal.h
lwnode/code/escargotshim/include/lwnode/lwnode.h [new file with mode: 0644]
lwnode/code/escargotshim/include/v8.h
lwnode/code/escargotshim/lib/stack_frame.js [deleted file]
lwnode/code/escargotshim/src/api-data.cc
lwnode/code/escargotshim/src/api-environment.cc
lwnode/code/escargotshim/src/api-exception.cc
lwnode/code/escargotshim/src/api-scripts.cc
lwnode/code/escargotshim/src/api-serialization.cc
lwnode/code/escargotshim/src/api-template.cc
lwnode/code/escargotshim/src/api.h
lwnode/code/escargotshim/src/api/context.cc
lwnode/code/escargotshim/src/api/context.h
lwnode/code/escargotshim/src/api/engine.cc
lwnode/code/escargotshim/src/api/es-helper.cc
lwnode/code/escargotshim/src/api/es-helper.h
lwnode/code/escargotshim/src/api/es-v8-helper.cc
lwnode/code/escargotshim/src/api/es-v8-helper.h
lwnode/code/escargotshim/src/api/extra-data.cc
lwnode/code/escargotshim/src/api/extra-data.h
lwnode/code/escargotshim/src/api/function.cc
lwnode/code/escargotshim/src/api/function.h
lwnode/code/escargotshim/src/api/handle.cc
lwnode/code/escargotshim/src/api/handle.h
lwnode/code/escargotshim/src/api/isolate.cc
lwnode/code/escargotshim/src/api/isolate.h
lwnode/code/escargotshim/src/api/object.cc
lwnode/code/escargotshim/src/api/serializer.cc [new file with mode: 0644]
lwnode/code/escargotshim/src/api/serializer.h [new file with mode: 0644]
lwnode/code/escargotshim/src/api/stack-trace.cc [new file with mode: 0644]
lwnode/code/escargotshim/src/api/stack-trace.h [new file with mode: 0644]
lwnode/code/escargotshim/src/api/utils.h
lwnode/code/escargotshim/src/api/utils/debug.cc
lwnode/code/escargotshim/src/api/utils/gc-container.h
lwnode/code/escargotshim/src/api/utils/gc.cc
lwnode/code/escargotshim/src/api/utils/gc.h
lwnode/code/escargotshim/src/api/utils/logger/flags.cc [moved from lwnode/code/escargotshim/src/api/utils/flags.cc with 100% similarity]
lwnode/code/escargotshim/src/api/utils/logger/flags.h [moved from lwnode/code/escargotshim/src/api/utils/flags.h with 91% similarity]
lwnode/code/escargotshim/src/api/utils/logger/logger.cc [moved from lwnode/code/escargotshim/src/api/utils/logger.cc with 83% similarity]
lwnode/code/escargotshim/src/api/utils/logger/logger.h [moved from lwnode/code/escargotshim/src/api/utils/logger.h with 65% similarity]
lwnode/code/escargotshim/src/api/utils/logger/trace.h [new file with mode: 0644]
lwnode/code/escargotshim/src/api/utils/misc.h
lwnode/code/escargotshim/src/api/utils/smaps.cc [new file with mode: 0644]
lwnode/code/escargotshim/src/api/utils/smaps.h [new file with mode: 0644]
lwnode/code/escargotshim/src/base.h
lwnode/code/escargotshim/src/lwnode.cc [new file with mode: 0644]
lwnode/code/escargotshim/src/unimplemented.h
node.gyp
packaging/lwnode.spec
src/node.h
src/node_platform.cc
src/node_process_methods.cc
src/node_worker.cc
tools/gyp_node.py
tools/test.py