Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / samsung/escargot issues and pull requests
#1306 - Assertion `context->m_registerStack->size() == before' failed in Escargot::ExpressionStatementNode::generateStatementByteCode
Issue -
State: closed - Opened by EJueon about 1 year ago
- 1 comment
Labels: bug
#1304 - Assertion `this->match(PunctuatorKind::GuessDot)' failed in Escargot::esprima::Parser::parseLeftHandSideExpression
Issue -
State: closed - Opened by Ye0nny about 1 year ago
- 5 comments
Labels: bug
#1298 - [Debugger] Issues
Issue -
State: open - Opened by clover2123 about 1 year ago
- 6 comments
Labels: bug
#1192 - Replace wasm engine with walrus
Pull Request -
State: closed - Opened by clover2123 almost 2 years ago
#1019 - Fix bug in compression and add profile
Pull Request -
State: closed - Opened by clover2123 about 3 years ago
#914 - Update CodeCache for private class field
Pull Request -
State: closed - Opened by clover2123 over 3 years ago
#693 - ES.Next
Issue -
State: open - Opened by clover2123 over 4 years ago
- 8 comments
Labels: ES.Next
#545 - Add make_excludelist.py script to generate exclude list of test262 au…
Pull Request -
State: closed - Opened by clover2123 about 5 years ago
- 1 comment
#100 - Add RegExp.compile() function
Pull Request -
State: closed - Opened by DanielBallaSZTE almost 6 years ago
- 4 comments
#99 - Reduce the rest of the member visibility code smell
Pull Request -
State: closed - Opened by Achie72 almost 6 years ago
#98 - Clean up cmake build
Pull Request -
State: closed - Opened by clover2123 almost 6 years ago
- 1 comment
#97 - Extract assignment from sub-expressions
Pull Request -
State: closed - Opened by Achie72 almost 6 years ago
#96 - Eliminate the memory copier code duplications in the Vector classes.
Pull Request -
State: closed - Opened by rtakacs almost 6 years ago
#95 - Use c++11 standard library instead of c++0x
Pull Request -
State: closed - Opened by rtakacs almost 6 years ago
- 4 comments
#94 - Difference to jerryscript - or: what is escargot?
Issue -
State: closed - Opened by wille-io almost 6 years ago
- 2 comments
#93 - Make lambda return types implicit
Pull Request -
State: closed - Opened by robertsipka almost 6 years ago
- 1 comment
#92 - Primitive types should use the same representation for Value and SmallValue
Pull Request -
State: closed - Opened by zherczeg almost 6 years ago
- 2 comments
#91 - Property enumeration segfault
Issue -
State: closed - Opened by zherczeg almost 6 years ago
- 2 comments
#90 - Reduce code smell around member access - Runtime (part1)
Pull Request -
State: closed - Opened by Achie72 almost 6 years ago
#89 - Reduce code smell around member access - AST (part2)
Pull Request -
State: closed - Opened by Achie72 almost 6 years ago
- 3 comments
#88 - Enable Proxy and Reflect with internal TC
Pull Request -
State: closed - Opened by clover2123 almost 6 years ago
- 7 comments
#87 - Smi, Value32/64
Issue -
State: closed - Opened by zherczeg about 6 years ago
- 3 comments
#86 - Change check-tidy.py default clang format
Pull Request -
State: closed - Opened by kisbg about 6 years ago
- 2 comments
#85 - Reduce code smell around member access - AST (part1)
Pull Request -
State: closed - Opened by Achie72 about 6 years ago
#84 - Reduce code smell around member access
Pull Request -
State: closed - Opened by Achie72 about 6 years ago
#83 - Reduce code smell - explicit
Pull Request -
State: closed - Opened by kisbg about 6 years ago
- 2 comments
#82 - Reduce code smells
Pull Request -
State: closed - Opened by Yuyupo about 6 years ago
- 1 comment
#81 - Move white space and new line checkers into the Lexer.
Pull Request -
State: closed - Opened by zherczeg about 6 years ago
- 3 comments
#80 - Remove OctalToDecimalResult from Lexer.
Pull Request -
State: closed - Opened by zherczeg about 6 years ago
#79 - Replace this "throw()" clause by "noexcept" in CustomAllocator.h
Pull Request -
State: closed - Opened by kisbg about 6 years ago
#78 - Update Reflect object and internal methods
Pull Request -
State: closed - Opened by clover2123 about 6 years ago
- 1 comment
#77 - Move ScannerResult into Scanner.
Pull Request -
State: closed - Opened by zherczeg about 6 years ago
#76 - Fix setPrototypeOf method of Object and Proxy
Pull Request -
State: closed - Opened by clover2123 about 6 years ago
- 1 comment
#75 - Remove tolerant parsing.
Pull Request -
State: closed - Opened by zherczeg about 6 years ago
#74 - Introduce private section for Lexer.
Pull Request -
State: closed - Opened by zherczeg about 6 years ago
#73 - Fix travis error when merged into the master branch
Pull Request -
State: closed - Opened by clover2123 about 6 years ago
- 3 comments
#72 - Check for assignment to self in operator=() functions
Pull Request -
State: closed - Opened by pmarkee about 6 years ago
- 2 comments
#71 - [WIP] Fix travis error when merged into the master branch
Pull Request -
State: closed - Opened by clover2123 about 6 years ago
- 1 comment
#70 - Update TC list to make travis run fast
Pull Request -
State: closed - Opened by clover2123 about 6 years ago
#69 - Update Revoke and Revocable method of Proxy
Pull Request -
State: closed - Opened by clover2123 about 6 years ago
- 2 comments
#68 - Updating the prerequisites
Pull Request -
State: closed - Opened by kisbg about 6 years ago
#67 - Support Method Property in Object Initialization [ES2015]
Pull Request -
State: closed - Opened by clover2123 about 6 years ago
- 1 comment
#66 - Allow octane tests to run longer in macOS CI jobs
Pull Request -
State: closed - Opened by akosthekiss about 6 years ago
#65 - Call generateStatementByteCode only for statement nodes
Pull Request -
State: closed - Opened by robertsipka about 6 years ago
#64 - Update Call and Construct method of Proxy
Pull Request -
State: closed - Opened by clover2123 about 6 years ago
- 1 comment
#63 - Remove CharOrEmptyResult structure.
Pull Request -
State: closed - Opened by zherczeg about 6 years ago
#62 - Throw exceptions by value and catch by reference
Pull Request -
State: closed - Opened by pmarkee about 6 years ago
- 1 comment
#61 - Fix the function declarations in catch statement
Pull Request -
State: closed - Opened by robertsipka about 6 years ago
#60 - Do not generate debug symbols for release build.
Pull Request -
State: closed - Opened by rtakacs about 6 years ago
- 2 comments
#59 - Remove curlyStack structure.
Pull Request -
State: closed - Opened by zherczeg about 6 years ago
#58 - Add missing regression test for issue-26
Pull Request -
State: closed - Opened by robertsipka about 6 years ago
#57 - Fix wrong behaviours in Promise.race() and Promise.All() functions
Pull Request -
State: closed - Opened by DanielBallaSZTE about 6 years ago
#56 - Rework isIdentifierPartSlow.
Pull Request -
State: closed - Opened by zherczeg about 6 years ago
#55 - Move Lexer (Scanner) out of parser.
Pull Request -
State: closed - Opened by zherczeg about 6 years ago
- 1 comment
#54 - Evaluate function declarations in catch statements properly
Pull Request -
State: closed - Opened by robertsipka about 6 years ago
- 3 comments
#53 - Fix an issue with Object Property Descriptors
Pull Request -
State: closed - Opened by DanielBallaSZTE about 6 years ago
- 5 comments
#52 - Fix bytecode generation for var statements in for-in statements
Pull Request -
State: closed - Opened by pmarkee about 6 years ago
- 5 comments
#51 - Update ECMAScript 6 Features
Issue -
State: closed - Opened by clover2123 about 6 years ago
- 11 comments
#50 - Update missing builtin functions of String
Pull Request -
State: closed - Opened by clover2123 about 6 years ago
- 3 comments
#49 - Update missing builtin functions of TypedArray
Pull Request -
State: closed - Opened by clover2123 about 6 years ago
- 1 comment
#48 - Move to addon-based dependency installation and drop sudo requirement on Travis CI
Pull Request -
State: closed - Opened by akosthekiss about 6 years ago
#47 - Rework and improve check_tidy.py
Pull Request -
State: closed - Opened by akosthekiss about 6 years ago
#46 - Simplify code paths and fix style issues in Object::defineOwnProperty
Pull Request -
State: closed - Opened by akosthekiss about 6 years ago
#45 - Do not get the object property descriptor`s value if it is not present
Pull Request -
State: closed - Opened by robertsipka about 6 years ago
- 1 comment
#44 - JSON.stringify gives incorrect result for typed arrays
Issue -
State: closed - Opened by akosthekiss about 6 years ago
- 1 comment
#43 - Make tests run on macOS
Pull Request -
State: closed - Opened by akosthekiss about 6 years ago
#42 - Handle exceptions thrown by toString() when trying to convert an uncaught error
Pull Request -
State: closed - Opened by pmarkee about 6 years ago
- 2 comments
#41 - Add regression tests
Pull Request -
State: closed - Opened by DanielBallaSZTE about 6 years ago
- 7 comments
#40 - Bump required cmake version to 3.5
Pull Request -
State: closed - Opened by akosthekiss about 6 years ago
- 5 comments
#39 - Implement Proxy object internal methods
Pull Request -
State: closed - Opened by clover2123 about 6 years ago
- 3 comments
#38 - Handle TypedArrays as regular objects instead of array objects in builtinJSONStringify
Pull Request -
State: closed - Opened by pmarkee about 6 years ago
#37 - Componentize the cmake build system
Pull Request -
State: closed - Opened by akosthekiss about 6 years ago
- 4 comments
#36 - terminate called after throwing an instance of 'Escargot::Value'
Issue -
State: closed - Opened by renatahodovan about 6 years ago
#35 - RELEASE_ASSERT_NOT_REACHED in Escargot::Node::generateStatementByteCode
Issue -
State: closed - Opened by renatahodovan about 6 years ago
#34 - Remove unnecessary assertion in the ArrayObject's setArrayLength function
Pull Request -
State: closed - Opened by DanielBallaSZTE about 6 years ago
#33 - Assertion `isExtensible() || newLength <= getArrayLength(state)' failed in Escargot::ArrayObject::setArrayLength
Issue -
State: closed - Opened by renatahodovan about 6 years ago
- 1 comment
#32 - Fix warnings reported during compilation on macOS
Pull Request -
State: closed - Opened by akosthekiss about 6 years ago
#31 - Assertion `isArrayObject()' failed in Escargot::Object::asArrayObject
Issue -
State: closed - Opened by renatahodovan about 6 years ago
- 1 comment
#30 - Assertion `iterable->isArrayObject()' failed in Escargot::builtinPromiseAll
Issue -
State: closed - Opened by renatahodovan about 6 years ago
#29 - Assertion `blk' failed in Escargot::FunctionExpressionNode::generateExpressionByteCode
Issue -
State: closed - Opened by renatahodovan about 6 years ago
#28 - Assertion `isValuePresent()' failed in Escargot::ObjectPropertyDescriptor::value
Issue -
State: closed - Opened by renatahodovan about 6 years ago
#27 - Assertion `m_deletionHasBegun' failed in JSC::Yarr::RefCountedBase::~RefCountedBase
Issue -
State: closed - Opened by renatahodovan about 6 years ago
#26 - Assertion `env' failed in Escargot::ByteCodeInterpreter::declareFunctionDeclarations
Issue -
State: closed - Opened by renatahodovan about 6 years ago
#25 - Assertion `iterable->isArrayObject()' failed in Escargot::builtinPromiseRace
Issue -
State: closed - Opened by renatahodovan about 6 years ago
#24 - Add support for Darwin (macOS)
Pull Request -
State: closed - Opened by akosthekiss about 6 years ago
#23 - Don't hardcode version into Sonar properties
Pull Request -
State: closed - Opened by akosthekiss about 6 years ago
#22 - Move ChakraCore test suite execution logic to run-tests.py
Pull Request -
State: closed - Opened by akosthekiss about 6 years ago
#21 - Use ninja as native build system in Travis CI jobs
Pull Request -
State: closed - Opened by akosthekiss about 6 years ago
#20 - Drop build/TestJS.mk and build/test.cmake
Pull Request -
State: closed - Opened by akosthekiss about 6 years ago
- 1 comment
#19 - Minimize APT dependencies on Travis CI
Pull Request -
State: closed - Opened by akosthekiss about 6 years ago
#18 - Move test suite execution into a single dedicated runner script
Pull Request -
State: closed - Opened by akosthekiss about 6 years ago
#17 - Sync make- and cmake-based execution of the test262 suite
Pull Request -
State: closed - Opened by akosthekiss about 6 years ago
#16 - Fix format errors
Pull Request -
State: closed - Opened by akosthekiss about 6 years ago
#15 - Fix .travis.yml
Pull Request -
State: closed - Opened by akosthekiss about 6 years ago
#14 - [WIP] Enable sonarqube on travis
Pull Request -
State: closed - Opened by yichoi about 6 years ago
#13 - Build & Test Issue
Issue -
State: closed - Opened by clover2123 about 6 years ago
- 2 comments
#12 - Some VENDORTEST-related macro guard cleanup in shell
Pull Request -
State: closed - Opened by akosthekiss about 6 years ago
- 1 comment
#11 - Fix V8 test execution
Pull Request -
State: closed - Opened by akosthekiss about 6 years ago
- 1 comment
#10 - Add Travis CI badge to README
Pull Request -
State: closed - Opened by akosthekiss about 6 years ago
#9 - TC Fail
Issue -
State: closed - Opened by clover2123 about 6 years ago
- 1 comment