MCPcopy Create free account
hub / github.com/mozilla/rhino / putIntProp

Method putIntProp

rhino/src/main/java/org/mozilla/javascript/Node.java:540–543  ·  view source on GitHub ↗
(int propType, int prop)

Source from the content-addressed store, hash-verified

538 }
539
540 public void putIntProp(int propType, int prop) {
541 PropListItem item = ensureProperty(propType);
542 item.intValue = prop;
543 }
544
545 /**
546 * Return the line number recorded for this node.

Callers 15

labelIdMethod · 0.95
endCheckBreakMethod · 0.95
transformArrayLiteralMethod · 0.95
transformElementGetMethod · 0.95
transformFunctionCallMethod · 0.95
initFunctionMethod · 0.95
createTryCatchFinallyMethod · 0.95
createUnaryMethod · 0.95
createCallOrNewMethod · 0.95

Calls 1

ensurePropertyMethod · 0.95

Tested by

no test coverage detected