MCPcopy Create free account
hub / github.com/dynjs/dynjs / getValueInTemporaryVariable

Method getValueInTemporaryVariable

src/main/java/org/dynjs/ir/Builder.java:824–828  ·  view source on GitHub ↗
(Scope scope, Operand value)

Source from the content-addressed store, hash-verified

822 }
823
824 private Variable getValueInTemporaryVariable(Scope scope, Operand value) {
825 if (value != null && value instanceof TemporaryVariable) return (Variable) value;
826
827 return copyAndReturnValue(scope, value);
828 }
829}

Callers

nothing calls this directly

Calls 1

copyAndReturnValueMethod · 0.95

Tested by

no test coverage detected