Search results
11 packages found
ECMAScript spec abstract operations.
A collection of implementation for ECMAScript abstract operations
The abstract operation Call is used to call the [[Call]] internal method of a function object.
This module implements the abstract data type Queue. All the standard Queue operations have been implemented (create, enqueue, dequeue, front & isEmpty).
A method to convert the argument to an integral numeric value. This method follows ECMAScript's specification for the 'ToInteger' abstract operation.
- ToInteger
- toInteger
- to integer
- integer
- ECMAScript
- ES
- ecma
- abstract
- internal
- operation
- method
- abstract operation
- abstract operations
- internal method
- View more
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.
- ToLength
- toLength
- to length
- length
- ECMAScript
- ES
- ecma
- abstract
- internal
- operation
- method
- abstract operation
- abstract operations
- internal method
- View more
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.
- HasProperty
- has property
- has
- property
- properties
- ECMAScript
- ES
- ecma
- abstract
- internal
- operation
- method
- abstract operation
- abstract operations
- View more
A method to determine if an argument is a callable function with a call method
- IsCallable
- isCallable
- is callable
- callable
- ECMAScript
- ES
- ecma
- abstract
- internal
- operation
- method
- abstract operation
- abstract operations
- internal method
- View more
An abstraction layer for database operation adapters
Generic framework for operation CRUD
An abstract Typescript/Javascript class that provides skeletal functionality for search operations