node-define-property

Define property on an object

Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty, depending on supported javascript version.

gccgo-6-m68k-linux-gnu

GNU Go compiler

node-is-data-descriptor

True if a value has characteristics of a valid JS data descriptor

Returns true if a value has the characteristics of a valid JavaScript data descriptor.

libboost-timer1.62.0

C++ wall clock and CPU process timers

libboost-wave1.62.0

C99/C++ preprocessor library

node-is-accessor-descriptor

Identifies value with valid JS accessor descriptor characteristics

Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.