Major code base cleanup #12
@ -199,7 +199,7 @@ public class Runners {
|
|||||||
}
|
}
|
||||||
public static Object execLoadRegEx(Context ctx, Instruction instr, CodeFrame frame) {
|
public static Object execLoadRegEx(Context ctx, Instruction instr, CodeFrame frame) {
|
||||||
if (ctx.has(Environment.REGEX_CONSTR)) {
|
if (ctx.has(Environment.REGEX_CONSTR)) {
|
||||||
frame.push(ctx, Values.callNew(ctx, ctx.get(Environment.REGEX_CONSTR)));
|
frame.push(ctx, Values.callNew(ctx, ctx.get(Environment.REGEX_CONSTR), instr.get(0), instr.get(1)));
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
throw EngineException.ofSyntax("Regex is not supported.");
|
throw EngineException.ofSyntax("Regex is not supported.");
|
||||||
|
Loading…
Reference in New Issue
Block a user