Class JSFunction.FunctionNamePropertyProxy

java.lang.Object
com.oracle.truffle.js.runtime.objects.PropertyProxy
com.oracle.truffle.js.runtime.builtins.JSFunction.FunctionNamePropertyProxy
Enclosing class:
JSFunction

public static final class JSFunction.FunctionNamePropertyProxy extends PropertyProxy
  • Constructor Details

    • FunctionNamePropertyProxy

      public FunctionNamePropertyProxy()
  • Method Details

    • get

      public com.oracle.truffle.api.strings.TruffleString get(JSDynamicObject store)
      Specified by:
      get in class PropertyProxy
    • getProfiled

      public static Object getProfiled(JSDynamicObject store, com.oracle.truffle.api.profiles.BranchProfile isBoundBranch)