![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qv4globalobject_p.h>
Static Public Member Functions | |
static ReturnedValue | method_parseInt (const FunctionObject *, const Value *thisObject, const Value *argv, int argc) |
static ReturnedValue | method_parseFloat (const FunctionObject *, const Value *thisObject, const Value *argv, int argc) |
static ReturnedValue | method_isNaN (const FunctionObject *, const Value *thisObject, const Value *argv, int argc) |
isNaN [15.1.2.4] | |
static ReturnedValue | method_isFinite (const FunctionObject *, const Value *thisObject, const Value *argv, int argc) |
isFinite [15.1.2.5] | |
static ReturnedValue | method_decodeURI (const FunctionObject *, const Value *thisObject, const Value *argv, int argc) |
decodeURI [15.1.3.1] | |
static ReturnedValue | method_decodeURIComponent (const FunctionObject *, const Value *thisObject, const Value *argv, int argc) |
decodeURIComponent [15.1.3.2] | |
static ReturnedValue | method_encodeURI (const FunctionObject *, const Value *thisObject, const Value *argv, int argc) |
encodeURI [15.1.3.3] | |
static ReturnedValue | method_encodeURIComponent (const FunctionObject *, const Value *thisObject, const Value *argv, int argc) |
encodeURIComponent [15.1.3.4] | |
static ReturnedValue | method_escape (const FunctionObject *, const Value *thisObject, const Value *argv, int argc) |
static ReturnedValue | method_unescape (const FunctionObject *, const Value *thisObject, const Value *argv, int argc) |
Definition at line 42 of file qv4globalobject_p.h.
|
static |
decodeURI [15.1.3.1]
Definition at line 519 of file qv4globalobject.cpp.
References QV4::Scope::Scope().
|
static |
decodeURIComponent [15.1.3.2]
Definition at line 538 of file qv4globalobject.cpp.
References QV4::Scope::Scope().
|
static |
encodeURI [15.1.3.3]
Definition at line 557 of file qv4globalobject.cpp.
References QV4::Scope::Scope().
|
static |
encodeURIComponent [15.1.3.4]
Definition at line 576 of file qv4globalobject.cpp.
References QV4::Scope::Scope().
|
static |
Definition at line 594 of file qv4globalobject.cpp.
|
static |
isFinite [15.1.2.5]
Definition at line 505 of file qv4globalobject.cpp.
|
static |
isNaN [15.1.2.4]
Definition at line 491 of file qv4globalobject.cpp.
|
static |
Definition at line 464 of file qv4globalobject.cpp.
|
static |
Definition at line 383 of file qv4globalobject.cpp.
References QV4::ScopedValue::operator->().
|
static |
Definition at line 604 of file qv4globalobject.cpp.