mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
Fix some potential defect issues
* fix svace issue Signed-off-by: HyukWoo Park <hyukwoo.park@samsung.com>
This commit is contained in:
parent
60594853d2
commit
a4c5faf323
7 changed files with 13 additions and 3 deletions
|
|
@ -616,6 +616,7 @@ Value Script::executeLocal(ExecutionState& state, Value thisValue, InterpretedCo
|
|||
env = env->outerEnvironment();
|
||||
}
|
||||
}
|
||||
ASSERT(!!fnRecord);
|
||||
|
||||
FunctionObject* callee = state.resolveCallee();
|
||||
if (fnRecord->hasBinding(newState, arguments).m_index == SIZE_MAX && callee->isScriptFunctionObject()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue