code review

Signed-off-by: songzhengchao <songzhengchao@huawei.com>
This commit is contained in:
songzhengchao 2021-10-22 17:29:41 +08:00
parent 08f5ec2df0
commit ec9a4ad922
2 changed files with 18 additions and 1 deletions

17
@ Normal file
View File

@ -0,0 +1,17 @@
code review
Signed-off-by: songzhengchao <songzhengchao@huawei.com>
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# Date: Fri Oct 22 17:20:06 2021 +0800
#
# On branch bug_fix_2
# Your branch is ahead of 'origin/bug_fix_2' by 1 commit.
# (use "git push" to publish your local commits)
#
# Changes to be committed:
# modified: ecmascript/js_thread.h
# modified: ecmascript/runtime_trampolines.h
#

View File

@ -241,7 +241,7 @@ private:
bool stableArrayElementsGuardians_ {true};
GlobalEnvConstants globalConst_; // Place-Holder
InternalCallParams *internalCallParams_ {nullptr};
uintptr_t *lastOptCallRuntimePc_ = {nullptr};
uintptr_t *lastOptCallRuntimePc_ {nullptr};
friend class EcmaHandleScope;
friend class GlobalHandleCollection;