Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QV4::GlobalFunctions Struct Reference

#include <qv4globalobject_p.h>

Collaboration diagram for QV4::GlobalFunctions:

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)

Detailed Description

Definition at line 42 of file qv4globalobject_p.h.

Member Function Documentation

◆ method_decodeURI()

ReturnedValue GlobalFunctions::method_decodeURI ( const FunctionObject * b,
const Value * thisObject,
const Value * argv,
int argc )
static

decodeURI [15.1.3.1]

Definition at line 519 of file qv4globalobject.cpp.

References QV4::Scope::Scope().

Here is the call graph for this function:

◆ method_decodeURIComponent()

ReturnedValue GlobalFunctions::method_decodeURIComponent ( const FunctionObject * b,
const Value * thisObject,
const Value * argv,
int argc )
static

decodeURIComponent [15.1.3.2]

Definition at line 538 of file qv4globalobject.cpp.

References QV4::Scope::Scope().

Here is the call graph for this function:

◆ method_encodeURI()

ReturnedValue GlobalFunctions::method_encodeURI ( const FunctionObject * b,
const Value * thisObject,
const Value * argv,
int argc )
static

encodeURI [15.1.3.3]

Definition at line 557 of file qv4globalobject.cpp.

References QV4::Scope::Scope().

Here is the call graph for this function:

◆ method_encodeURIComponent()

ReturnedValue GlobalFunctions::method_encodeURIComponent ( const FunctionObject * b,
const Value * thisObject,
const Value * argv,
int argc )
static

encodeURIComponent [15.1.3.4]

Definition at line 576 of file qv4globalobject.cpp.

References QV4::Scope::Scope().

Here is the call graph for this function:

◆ method_escape()

ReturnedValue GlobalFunctions::method_escape ( const FunctionObject * b,
const Value * thisObject,
const Value * argv,
int argc )
static

Definition at line 594 of file qv4globalobject.cpp.

◆ method_isFinite()

ReturnedValue GlobalFunctions::method_isFinite ( const FunctionObject * ,
const Value * thisObject,
const Value * argv,
int argc )
static

isFinite [15.1.2.5]

Definition at line 505 of file qv4globalobject.cpp.

◆ method_isNaN()

ReturnedValue GlobalFunctions::method_isNaN ( const FunctionObject * ,
const Value * thisObject,
const Value * argv,
int argc )
static

isNaN [15.1.2.4]

Definition at line 491 of file qv4globalobject.cpp.

◆ method_parseFloat()

ReturnedValue GlobalFunctions::method_parseFloat ( const FunctionObject * b,
const Value * thisObject,
const Value * argv,
int argc )
static

Definition at line 464 of file qv4globalobject.cpp.

◆ method_parseInt()

ReturnedValue GlobalFunctions::method_parseInt ( const FunctionObject * b,
const Value * thisObject,
const Value * argv,
int argc )
static

Definition at line 383 of file qv4globalobject.cpp.

References QV4::ScopedValue::operator->().

Here is the call graph for this function:

◆ method_unescape()

ReturnedValue GlobalFunctions::method_unescape ( const FunctionObject * b,
const Value * thisObject,
const Value * argv,
int argc )
static

Definition at line 604 of file qv4globalobject.cpp.


The documentation for this struct was generated from the following files: