namespace CCL::Scripting

Overview

namespace Scripting {

// structs

struct CodePiece;
struct IContext;
struct IEngine;
struct IEngineHost;
struct IFunction;
struct IScript;
struct IStringValue;

// classes

class ScriptCString;

template <class T>
class ScriptString;

class Utf16String;

// global variables

 kJavaScript;
 IEngine;
 kGCThreshold;
 gcThreshold;
 kJITThreshold;
 jitThreshold;
 kDebugProtocolID;
 IContext;
 kStubObjectsEnabled;
 stubsEnabled;
 kHostStringsEnabled;
 stringsEnabled;
 kLogMemoryAllocations;
 IStringValue;
 IFunction;
 IEngineHost;
 IScript;

} // namespace Scripting

Detailed Documentation

Global Variables

 kJavaScript

JavaScript language identifier (RFC 4329).