8 packages found
Description
ECMAScript spec abstract operations.
Keywords
Publisher
Description
A method to convert an argument to an integer suitable for use as the length of an array-like object. This method follows ECMAScript's specification for the 'ToLength' abstract operation.
Keywords
- ToLength
- toLength
- to length
- length
- ECMAScript
- ES
- ecma
- abstract
- internal
- operation
- method
- abstract operation
- abstract operations
- internal method
- View more
Publisher
Description
A method to convert the argument to an integral numeric value. This method follows ECMAScript's specification for the 'ToInteger' abstract operation.
Keywords
- ToInteger
- toInteger
- to integer
- integer
- ECMAScript
- ES
- ecma
- abstract
- internal
- operation
- method
- abstract operation
- abstract operations
- internal method
- View more
Publisher
Description
A method to determine if an argument is a callable function with a call method
Keywords
- IsCallable
- isCallable
- is callable
- callable
- ECMAScript
- ES
- ecma
- abstract
- internal
- operation
- method
- abstract operation
- abstract operations
- internal method
- View more
Publisher
Description
A method to determine whether an object has a property with the specified property key. The property may be either an own or inherited. This method follows ECMAScript's specification for the 'HasProperty' abstract operation.
Keywords
- HasProperty
- has property
- has
- property
- properties
- ECMAScript
- ES
- ecma
- abstract
- internal
- operation
- method
- abstract operation
- abstract operations
- View more
Publisher
Description
An abstract Typescript/Javascript class that provides skeletal functionality for search operations