зеркало из https://github.com/mozilla/pjs.git
fixed no-prototype function warning.
This commit is contained in:
Родитель
be8d66aa9c
Коммит
2306ac6460
|
@ -427,7 +427,7 @@ void Context::initContext()
|
|||
|
||||
}
|
||||
|
||||
JSBinaryOperator::JSBinaryCode getDefaultFunction(ExprNode::Kind op)
|
||||
static JSBinaryOperator::JSBinaryCode getDefaultFunction(ExprNode::Kind op)
|
||||
{
|
||||
switch (op) {
|
||||
case ExprNode::add: return add_Default;
|
||||
|
|
|
@ -427,7 +427,7 @@ void Context::initContext()
|
|||
|
||||
}
|
||||
|
||||
JSBinaryOperator::JSBinaryCode getDefaultFunction(ExprNode::Kind op)
|
||||
static JSBinaryOperator::JSBinaryCode getDefaultFunction(ExprNode::Kind op)
|
||||
{
|
||||
switch (op) {
|
||||
case ExprNode::add: return add_Default;
|
||||
|
|
Загрузка…
Ссылка в новой задаче