Spaces:
Running
Running
scratch0-5 / utils /VMMakerJS.package /JSSmartSyntaxPluginMethod.class /instance /checkSuccessExpr.st
| private | |
| checkSuccessExpr | |
| "Return the parse tree for an expression that aborts the primitive if primFailCode is set." | |
| | expr | | |
| expr := 'interpreterProxy failed ifTrue: [^nil]'. | |
| ^ self statementsFor: expr varName: '' | |