The MongoDB\BSON\Javascript class MongoDB\BSON\Javascript
&reftitle.intro; BSON type for Javascript code. An optional scope document may be specified that maps identifiers to values and defines the scope in which the code should be evaluated by the server. This BSON type is mainly used when executing database commands that take a Javascript function as a parameter, such as mapReduce.
&reftitle.classsynopsis; MongoDB\BSON\Javascript final MongoDB\BSON\Javascript MongoDB\BSON\JavascriptInterface MongoDB\BSON\Type Serializable JsonSerializable &Methods;
&reftitle.changelog; &Version; &Description; 1.2.0 Implements Serializable and JsonSerializable.
&reference.mongodb.bson.entities.javascript;