Skip to content

jerry: pass regression-test-issue-2105 for heapdump#382

Merged
yorkie merged 1 commit intomasterfrom
jerry/regression-test-issue-2105.js
Oct 21, 2018
Merged

jerry: pass regression-test-issue-2105 for heapdump#382
yorkie merged 1 commit intomasterfrom
jerry/regression-test-issue-2105.js

Conversation

@algebrait
Copy link
Copy Markdown
Contributor

Checklist
  • npm test passes
  • tests and/or benchmarks are included
  • documentation is changed or added

assert(Object.keys(a) == "one,two");
/* Check properties of global object */
assert(Object.keys(this) == "assert,gc,print,a,fail,fail_two");
assert(Object.keys(this) == "assert,gc,print,heapdump,a,fail,fail_two");
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should the heapdump be required to be global?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These functions are for jerry cli, not for ShadowNode.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yorkie yorkie added the jerry label Oct 21, 2018
@yorkie yorkie merged commit 588ded8 into master Oct 21, 2018
@yorkie yorkie deleted the jerry/regression-test-issue-2105.js branch October 21, 2018 04:57
qile222 pushed a commit that referenced this pull request Oct 27, 2018
* master:
  build: use CMAKE_INSTALL_PREFIX instead of custom install command (#391)
  child_process: introduce binary protocol to optimizing performance (#393)
  iotjs: cache parsed dump table for error.stack at runtime (#392)
  jerry: merge a59cf4f from upstream to optimize the function call (#381)
  promise: optimize the performance on .then and static resolve (#385)
  jerry: set prototype/constructor for external functions (#386)
  process: add shebang parser supports (#379)
  napi: fix complete callback segv/ticks on async-work (#380)
  jerry: pass regression-test-issue-2105 for heapdump (#382)
  tls, mqtts: fix connection not be actively disconnected (#375)
  websocket: fix the crash due to http exception (#376)
  process: add signal events support (#372)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants