Skip to content
  • deuce's avatar
    8406cad5
    Add exception throwing function for functions which require arguments · 8406cad5
    deuce authored
    (throws an "Error: Insufficient Arguments" exception) in js_global.c so
    all JSNative functions call call it.
    
    Also add a function which calls JS_GetContextPrivate and throws an exception
    if it returns NULL.
    
    Previously, when either of these happened, the function silently did
    nothing.
    8406cad5
    Add exception throwing function for functions which require arguments
    deuce authored
    (throws an "Error: Insufficient Arguments" exception) in js_global.c so
    all JSNative functions call call it.
    
    Also add a function which calls JS_GetContextPrivate and throws an exception
    if it returns NULL.
    
    Previously, when either of these happened, the function silently did
    nothing.
Loading