Searched refs:boxIfRequired (Results 1 – 1 of 1) sorted by relevance
581 Local<?> unboxedIfNecessary = boxIfRequired(code, parameter, temp); in generateCodeForAllMethods()651 private static Local<?> boxIfRequired(Code code, Local<?> parameter, Local<Object> temp) { in boxIfRequired() method in ProxyBuilder