IncludeJS  0.0.1
Build your own JavaScript runtime
includejs::Context Member List

This is the complete list of members for includejs::Context, including all inherited members.

from(const std::string &value) const -> Value (defined in includejs::Context)includejs::Context
from(const char *) const -> Value (defined in includejs::Context)includejs::Context
from(int value) const -> Value (defined in includejs::Context)includejs::Context
from(double value) const -> Value (defined in includejs::Context)includejs::Context
from(bool value) const -> Value (defined in includejs::Context)includejs::Context
from(std::nullptr_t value) const -> Value (defined in includejs::Context)includejs::Context
from_json(const std::string &json_string) const -> Value (defined in includejs::Context)includejs::Context
global() const -> Value (defined in includejs::Context)includejs::Context
make_array() const -> Value (defined in includejs::Context)includejs::Context
make_error(const std::string &message) const -> Value (defined in includejs::Context)includejs::Context
make_object() const -> Value (defined in includejs::Context)includejs::Context
make_promise() const -> Promise (defined in includejs::Context)includejs::Context
make_undefined() const -> Value (defined in includejs::Context)includejs::Context