Shaka Player Embedded
|
#include <register_member.h>
Static Public Member Functions | |
static bool | IllegalInvocation (const CallbackArguments *args, const std::string &func_name, const std::string &target_name) |
static bool | NotEnoughArgs (const CallbackArguments *args, const std::string &name, const std::string &target, size_t required, size_t given) |
static bool | CannotConvert (const CallbackArguments *args, const std::string &name, const std::string &target, const std::string &given, const std::string &required) |
static bool | General (const CallbackArguments *args, const std::string &name, const std::string &target, const std::string &message) |
static bool | Raw (const CallbackArguments *args, const js::JsError &value) |
Static Public Attributes | |
static constexpr const size_t | kBufferSize = 4096 |
Defines a number of methods that throw a TypeError in the current Isolate instance. These are the same error messages given from Chrome.
If |ReturnPromise| is true, this will not throw an exception and will instead set the return value of the method to a Promise that has been rejected with the exception.
Definition at line 81 of file register_member.h.
|
inlinestatic |
Definition at line 99 of file register_member.h.
|
inlinestatic |
Definition at line 109 of file register_member.h.
|
inlinestatic |
Definition at line 84 of file register_member.h.
|
inlinestatic |
Definition at line 90 of file register_member.h.
|
inlinestatic |
Definition at line 117 of file register_member.h.
|
static |
Definition at line 82 of file register_member.h.