• Home
  • Raw
  • Download

Lines Matching full:given

101  * @brief Check whether the given JSVM_Value is a BigInt Object.
105 * @param result Whether the given value is a BigInt Object.
115 * @brief Check whether the given JSVM_Value is a Boolean Object.
119 * @param result Whether the given value is a Boolean Object.
129 * @brief Check whether the given JSVM_Value is a String Object.
133 * @param result Whether the given value is a String Object.
143 * @brief Check whether the given JSVM_Value is a Number Object.
147 * @param result Whether the given value is a Number Object.
157 * @brief Check whether the given JSVM_Value is a Symbol Object.
161 * @param result Whether the given value is a Symbol Object.
376 * @param isProxy Whether the given value is Proxy.
390 * @param result Target of the given proxy.
476 * @brief This function retrieves the VM instance of the given environment.
1046 …* @brief This API searches in the global registry for an existing symbol with the given descriptio…
1375 * @param result: JSVM_Value representing prototype of the given object.
1430 * primitive of time value for the given JavaScript Date.
1442 * @brief This API returns the C boolean primitive equivalent of the given JavaScript Boolean.
1446 * @param result: C boolean primitive equivalent of the given JavaScript Boolean.
1454 * @brief This API returns the C double primitive equivalent of the given JavaScript number.
1458 * @param result: C double primitive equivalent of the given JavaScript number.
1466 * @brief This API returns the C int64_t primitive equivalent of the given JavaScript BigInt.
1471 * @param result: C int64_t primitive equivalent of the given JavaScript BigInt.
1479 * @brief This API returns the C uint64_t primitive equivalent of the given JavaScript BigInt.
1484 * @param result: C uint64_t primitive equivalent of the given JavaScript BigInt.
1522 * @brief This API returns the C int32 primitive equivalent of the given JavaScript number.
1526 * @param result: C int32 primitive equivalent of the given JavaScript number.
1533 * @brief This API returns the C int64 primitive equivalent of the given JavaScript number.
1537 * @param result: C int64 primitive equivalent of the given JavaScript number.
1601 * @brief This API returns the C primitive equivalent of the given JSVM_Value as a uint32_t.
1605 * @param result: C primitive equivalent of the given JSVM_Value as a uint32_t.
1613 …s used to return the JavaScript singleton object that is used to represent the given boolean value.
1813 * @param result: Whether the given object is an array.
1824 * @param result: Whether the given object is an ArrayBuffer.
1835 * @param result: Whether the given JSVM_Value represents a JavaScript Date object.
1846 * @param result: Whether the given JSVM_Value represents a TypedArray.
1857 * @param result: Whether the given JSVM_Value represents a DataView.
2107 * on a given object. The properties are defined using property descriptors.
2108 * Given an array of such property descriptors, this API will set the properties
2124 * @brief This method freezes a given object. This prevents new properties
2138 * @brief This method seals a given object. This prevents new properties
2197 * the call like the arguments and the this pointer from a given callback info.
2236 * a given JSVM_Value that represents the constructor for the object.
2348 * @brief Compares the pointer given as typeTag with any that can be found on js object.
2355 …* @param result: Whether the type tag given matched the type tag on the object. false is also retu…
2712 * @param isCallable: Whether the given value is callable.
2724 * @param isUndefined: Whether the given value is Undefined.
2736 * @param isNull: Whether the given value is Null.
2748 * @param isNullOrUndefined: Whether the given value is Null or Undefined.
2760 * @param isBoolean: Whether the given value is Boolean.
2772 * @param isNumber: Whether the given value is Number.
2784 * @param isString: Whether the given value is String.
2796 * @param isSymbol: Whether the given value is Symbol.
2808 * @param isFunction: Whether the given value is Function.
2819 * @param isObject: Whether the given value is Object.
2831 * @param isBigInt: Whether the given value is BigInt.
2842 * @param isConstructor: Whether the given value is Constructor.
2885 * @param isMap: Whether the given value is Map.
2906 * @param isSet: Whether the given value is Set.
2917 * @param result: JSVM_Value representing prototype of the given object.
2951 * @param result: Whether the given value is RegExp.
2958 * @brief Creates a function with a given script as its body.
3069 * @brief Check whether the given JSVM_Value is a WebAssembly module.
3073 * @param result: Whether the given value is a WebAssembly module.