The MongoDB\BSON\Javascript classMongoDB\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\JavascriptfinalMongoDB\BSON\JavascriptMongoDB\BSON\JavascriptInterfaceMongoDB\BSON\TypeSerializableJsonSerializable&Methods;
&reftitle.changelog;
&Version;&Description;1.2.0
Implements Serializable and
JsonSerializable.
&reference.mongodb.bson.entities.javascript;