public final class Exports extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
static Objs.Property<String> |
___dirname |
static Objs.Property<String> |
___filename |
static Objs.Property<Objs> |
Buffer |
static Objs.Property<Object> |
exports |
static Objs.Property<Global> |
global |
static Objs.Property<NodeModule> |
module |
static Objs.Property<Process> |
process |
static Objs.Property<NodeRequire> |
require |
static Objs.Property<Objs> |
SlowBuffer |
Modifier and Type | Method and Description |
---|---|
static void |
clearImmediate(Object immediateId) |
static void |
clearInterval(Timer intervalId) |
static void |
clearTimeout(Timer timeoutId) |
static Object |
setImmediate(Function.A1<? super Array<Object>,? extends Void> callback,
Object... args) |
static Timer |
setInterval(Function.A1<? super Array<Object>,? extends Void> callback,
double ms,
Object... args) |
static Timer |
setTimeout(Function.A1<? super Array<Object>,? extends Void> callback,
double ms,
Object... args) |
$as, $as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public static Objs.Property<Process> process
public static Objs.Property<Global> global
public static Objs.Property<String> ___filename
public static Objs.Property<String> ___dirname
public static Objs.Property<NodeRequire> require
public static Objs.Property<NodeModule> module
public static Objs.Property<Object> exports
public static Objs.Property<Objs> SlowBuffer
public static Objs.Property<Objs> Buffer
public static void clearImmediate(Object immediateId)
public static void clearInterval(Timer intervalId)
public static void clearTimeout(Timer timeoutId)
public static Object setImmediate(Function.A1<? super Array<Object>,? extends Void> callback, Object... args)
public static Timer setInterval(Function.A1<? super Array<Object>,? extends Void> callback, double ms, Object... args)
Copyright © 2018. All rights reserved.