Donate
Sandbox
Collaborate
Documentation
Downloads
Documentation
Prolog Predicate Reference
js
new/3
new/3
Create an instance of a JavaScript object.
Description
new
(
+JSValueObject
,
+list
,
-term
)
new(Object, Args, Value)
is true if
Value
unifies with the result of creating a new instance of the JavaScript object
Object
with arguments
Args
.
Implementation
Community
Site
Twitter
Github
npm
Documentation
Manual
Examples
Implementation details
Prolog Predicate Reference
Code
Custom bundle
Installation from npm
Source Code
Contact
Form contact
Collaborators
Contributors
tau.prolog @ gmail.com
© 2017 - 2022
José Antonio Riaza Valverde
Released under the
BSD-3 Clause license