context-bridge
上下文桥(Context Bridge)是一种支持不同 JavaScript 执行环境之间相互调用的机制。Context Bridge is a mechanism that enables different JavaScript execution contexts to invoke each other.
上下文桥(Context Bridge)是一种支持不同 JavaScript 执行环境之间相互调用的机制。Context Bridge is a mechanism that enables different JavaScript execution contexts to invoke each other.
create class skip call parent constructor
Invoker and callee based on event model.
Safely evaluate JavaScript (estree) expressions, sync and async.
Create a function that invokes a provided function with reordered arguments.
Create a function that invokes a provided function with arguments in reverse order.
Create a function that invokes a provided function with specified arguments.
Create a function that invokes a provided function according to a predicate function.
Alias for eval global.
Alias for eval global.
Create a function that invokes a provided function according to a predicate function.
Apply a function to each element in an array and assign the result to an element in an output array.
Create a function that applies arguments to a provided function after transforming arguments according to a callback function.
Apply a function to each element in an array and assign the result to an element in an output array, iterating from right to left.
Apply a function to elements in two input arrays and assign the results to an output array.
Apply a function to elements in two input arrays while iterating from right to left and assign the results to an output array.
Apply a function to each nested element in an array of arrays and assign the result to a nested element in a new array of arrays.
Apply a function to each nested element in a three-dimensional nested array and assign the result to a nested element in a new three-dimensional nested array.
Apply a function to each nested element in a four-dimensional nested array and assign the result to a nested element in a new four-dimensional nested array.
Apply a function to each nested element in a five-dimensional nested array and assign the result to a nested element in a new five-dimensional nested array.