SYMBOL INDEX (2312 symbols across 103 files) FILE: src/engine/App.cpp function MemoryAbortCallback (line 30) | static void MemoryAbortCallback( size_t failSize ) function TranslateSDLKey (line 249) | static int TranslateSDLKey( int key ) { function TranslateSDLMouseButton (line 317) | static ohw::InputManager::MouseButton TranslateSDLMouseButton( int butto... function main (line 476) | int main( int argc, char **argv ) { FILE: src/engine/App.h function namespace (line 58) | namespace ohw { FILE: src/engine/Console.cpp function FrontendModeCommand (line 24) | static void FrontendModeCommand(unsigned int argc, char* argv[]) { function OpenCommand (line 37) | static void OpenCommand( unsigned int argc, char *argv[] ) { function Console_Initialize (line 121) | void Console_Initialize() { FILE: src/engine/Console.h function namespace (line 6) | namespace ohw { FILE: src/engine/InputManager.h function namespace (line 20) | namespace ohw { FILE: src/engine/Language.h function namespace (line 20) | namespace ohw { FILE: src/engine/Map.cpp function PLVector2 (line 104) | PLVector2 ohw::Map::GetRandomPointInPlayArea() const { type PogIndex (line 120) | struct PogIndex { FILE: src/engine/Map.h type MapManifest (line 22) | struct MapManifest type ActorSpawn (line 26) | struct ActorSpawn function namespace (line 28) | namespace ohw { FILE: src/engine/MathUtilities.h function VectorClamp (line 12) | inline static void VectorClamp( hei::Vector3 *vector, float min, float m... function VecAngleClamp (line 22) | inline static void VecAngleClamp( hei::Vector3 *vector ) { FILE: src/engine/Menu.cpp function Menu_Initialize (line 27) | void Menu_Initialize() { function Menu_UpdateViewport (line 69) | void Menu_UpdateViewport( int x, int y, int width, int height ) { function FrontendInputCallback (line 99) | static void FrontendInputCallback( int key, bool is_pressed ) { function FE_Shutdown (line 113) | void FE_Shutdown( void ) { function FE_ProcessInput (line 119) | void FE_ProcessInput( void ) { function FrontEnd_Tick (line 139) | void FrontEnd_Tick( void ) {} function FE_SetLoadingBackground (line 152) | void FE_SetLoadingBackground( const char *name ) { function FE_SetLoadingDescription (line 163) | void FE_SetLoadingDescription( const char *description ) { function FE_SetLoadingProgress (line 168) | void FE_SetLoadingProgress( uint8_t progress ) { function FE_GetLoadingProgress (line 174) | uint8_t FE_GetLoadingProgress( void ) { function DrawTimer (line 183) | static void DrawTimer() { function FrontEnd_DrawMinimap (line 206) | static void FrontEnd_DrawMinimap() { function DrawLoadingScreen (line 302) | static void DrawLoadingScreen() { function Menu_Draw (line 335) | void Menu_Draw() { function FE_RestoreLastState (line 381) | void FE_RestoreLastState( void ) { function FrontEnd_GetState (line 385) | unsigned int FrontEnd_GetState( void ) { function FrontEnd_SetState (line 389) | void FrontEnd_SetState( unsigned int state ) { FILE: src/engine/Menu.h type MinimapIcon (line 34) | enum MinimapIcon { FILE: src/engine/ModManager.h function namespace (line 9) | namespace ohw { FILE: src/engine/ModelResource.cpp function PLGMesh (line 98) | PLGMesh *ohw::ModelResource::GetInternalMesh( unsigned int i ) { type MeshSet (line 160) | struct MeshSet { FILE: src/engine/ModelResource.h function namespace (line 9) | namespace ohw { FILE: src/engine/Property.h function class (line 53) | class Property { function class (line 215) | class VectorStringProperty : public Property { function class (line 273) | class StringProperty : public Property { FILE: src/engine/Resource.h function namespace (line 9) | namespace ohw { function class (line 57) | class Resource { FILE: src/engine/ResourceManager.cpp function PLGTexture (line 56) | PLGTexture *ohw::ResourceManager::GetFallbackTexture() { function PLMModel (line 82) | PLMModel *ohw::ResourceManager::GetFallbackModel() { FILE: src/engine/ResourceManager.h function namespace (line 11) | namespace ohw { FILE: src/engine/Terrain.h type Tile (line 29) | struct Tile { type Behaviour (line 46) | enum Behaviour { function texture (line 55) | uint8_t texture{ 0 } type Rotation (line 57) | enum Rotation { type Chunk (line 71) | struct Chunk { function PLGMesh (line 78) | PLGMesh *waterMesh{ nullptr }; function GetMaxHeight (line 90) | float GetMaxHeight() { return max_height_; } function GetMinHeight (line 91) | float GetMinHeight() { return min_height_; } function PLGTexture (line 96) | PLGTexture *GetOverview() { return overview_; } function max_height_ (line 108) | float max_height_{ 0 } function min_height_ (line 109) | float min_height_{ 0 } function PLGTexture (line 114) | PLGTexture *overview_{ nullptr }; FILE: src/engine/TextureResource.h function namespace (line 8) | namespace ohw { FILE: src/engine/Timer.h function class (line 22) | class Timer { FILE: src/engine/Utilities.cpp function u_unmangle (line 9) | unsigned long u_unmangle( void *source, void *destination ) { FILE: src/engine/Utilities.h function std (line 16) | static inline std::string u_stringtolower( std::string s ) { FILE: src/engine/audio/AudioManager.cpp function AudioSample (line 140) | const AudioSample *AudioSource::GetSample() const { function AudioSample (line 355) | const AudioSample *AudioManager::CacheSample( const std::string &path, b... function AudioSample (line 468) | const AudioSample *AudioManager::GetCachedSample( const std::string &pat... function AudioSource (line 482) | AudioSource *AudioManager::CreateSource( const std::string &path, float ... function AudioSource (line 486) | AudioSource *AudioManager::CreateSource( const std::string &path, PLVect... function AudioSource (line 491) | AudioSource *AudioManager::CreateSource( const AudioSample *sample, PLVe... FILE: src/engine/audio/AudioManager.h type AudioEffectReverb (line 23) | typedef enum { type AudioSample (line 59) | struct AudioSample { function preserve_ (line 65) | bool preserve_{ false }; type ExtensionType (line 113) | enum ExtensionType { function SupportsExtension (line 119) | inline bool SupportsExtension( ExtensionType extension ) { function AudioSource (line 136) | AudioSource *musicSource{ nullptr }; function PLVector3 (line 162) | PLVector3 GetPosition() { return position_; } function PLVector3 (line 163) | PLVector3 GetVelocity() { return velocity_; } function GetGain (line 164) | float GetGain() { return gain_; } function GetPitch (line 165) | float GetPitch() { return pitch_; } function alSourceId (line 181) | unsigned int alSourceId{ 0 } function looping (line 183) | bool looping{ false }; FILE: src/engine/audio/stb_vorbis.c type stb_vorbis_alloc (line 109) | typedef struct type stb_vorbis (line 118) | typedef struct stb_vorbis stb_vorbis; type stb_vorbis_info (line 120) | typedef struct type STBVorbisError (line 348) | enum STBVorbisError type uint8 (line 618) | typedef unsigned char uint8; type int8 (line 619) | typedef signed char int8; type uint16 (line 620) | typedef unsigned short uint16; type int16 (line 621) | typedef signed short int16; type uint32 (line 622) | typedef unsigned int uint32; type int32 (line 623) | typedef signed int int32; type codetype (line 630) | typedef float codetype; type Codebook (line 648) | typedef struct type Floor0 (line 671) | typedef struct type Floor1 (line 682) | typedef struct type Floor (line 698) | typedef union type Residue (line 704) | typedef struct type MappingChannel (line 714) | typedef struct type Mapping (line 721) | typedef struct type Mode (line 730) | typedef struct type CRCscan (line 738) | typedef struct type ProbedPage (line 747) | typedef struct type stb_vorbis (line 753) | struct stb_vorbis type vorb (line 872) | typedef struct stb_vorbis vorb; function error (line 874) | static int error(vorb *f, enum STBVorbisError e) function setup_free (line 924) | static void setup_free(vorb *f, void *p) function setup_temp_free (line 941) | static void setup_temp_free(vorb *f, void *p, int sz) function crc32_init (line 953) | static void crc32_init(void) function uint32 (line 964) | static __forceinline uint32 crc32_update(uint32 crc, uint8 byte) function bit_reverse (line 971) | static unsigned int bit_reverse(unsigned int n) function square (line 980) | static float square(float x) function ilog (line 988) | static int ilog(int32 n) function float32_unpack (line 1018) | static float float32_unpack(uint32 x) function add_entry (line 1036) | static void add_entry(Codebook *c, uint32 huff_code, int symbol, int cou... function compute_codewords (line 1047) | static int compute_codewords(Codebook *c, uint8 *len, int n, uint32 *val... function compute_accelerated_huffman (line 1095) | static void compute_accelerated_huffman(Codebook *c) function uint32_compare (line 1123) | static int STBV_CDECL uint32_compare(const void *p, const void *q) function include_in_sort (line 1130) | static int include_in_sort(Codebook *c, uint8 len) function compute_sorted_huffman (line 1140) | static void compute_sorted_huffman(Codebook *c, uint8 *lengths, uint32 *... function vorbis_validate (line 1194) | static int vorbis_validate(uint8 *data) function lookup1_values (line 1202) | static int lookup1_values(int entries, int dim) function compute_twiddle_factors (line 1213) | static void compute_twiddle_factors(int n, float *A, float *B, float *C) function compute_window (line 1230) | static void compute_window(int n, float *window) function compute_bitreverse (line 1237) | static void compute_bitreverse(int n, uint16 *rev) function init_blocksize (line 1245) | static int init_blocksize(vorb *f, int b, int n) function neighbors (line 1262) | static void neighbors(uint16 *x, int n, int *plow, int *phigh) type stbv__floor_ordering (line 1274) | typedef struct function point_compare (line 1279) | static int STBV_CDECL point_compare(const void *p, const void *q) function uint8 (line 1296) | static uint8 get8(vorb *z) function uint32 (line 1312) | static uint32 get32(vorb *f) function getn (line 1322) | static int getn(vorb *z, uint8 *data, int n) function skip (line 1341) | static void skip(vorb *z, int n) function set_file_offset (line 1356) | static int set_file_offset(stb_vorbis *f, unsigned int loc) function capture_pattern (line 1390) | static int capture_pattern(vorb *f) function start_page_no_capturepattern (line 1403) | static int start_page_no_capturepattern(vorb *f) function start_page (line 1456) | static int start_page(vorb *f) function start_packet (line 1462) | static int start_packet(vorb *f) function maybe_start_packet (line 1477) | static int maybe_start_packet(vorb *f) function next_segment (line 1498) | static int next_segment(vorb *f) function get8_packet_raw (line 1522) | static int get8_packet_raw(vorb *f) function get8_packet (line 1534) | static int get8_packet(vorb *f) function flush_packet (line 1541) | static void flush_packet(vorb *f) function uint32 (line 1548) | static uint32 get_bits(vorb *f, int n) function prep_huffman (line 1582) | static __forceinline void prep_huffman(vorb *f) function codebook_decode_scalar_raw (line 1604) | static int codebook_decode_scalar_raw(vorb *f, Codebook *c) function codebook_decode_scalar (line 1681) | static int codebook_decode_scalar(vorb *f, Codebook *c) function codebook_decode_start (line 1723) | static int codebook_decode_start(vorb *f, Codebook *c) function codebook_decode (line 1743) | static int codebook_decode(vorb *f, Codebook *c, float *output, int len) function codebook_decode_step (line 1782) | static int codebook_decode_step(vorb *f, Codebook *c, float *output, int... function codebook_decode_deinterleave_repeat (line 1813) | static int codebook_decode_deinterleave_repeat(vorb *f, Codebook *c, flo... function predict_point (line 1883) | static int predict_point(int x, int x0, int x1, int y0, int y1) function draw_line (line 1982) | static __forceinline void draw_line(float *output, int x0, int y0, int x... function residue_decode (line 2031) | static int residue_decode(vorb *f, Codebook *book, float *target, int of... function decode_residue (line 2052) | static void decode_residue(vorb *f, float *residue_buffers[], int ch, in... function inverse_mdct_slow (line 2277) | void inverse_mdct_slow(float *buffer, int n) function inverse_mdct_slow (line 2300) | void inverse_mdct_slow(float *buffer, int n, vorb *f, int blocktype) function dct_iv_slow (line 2321) | void dct_iv_slow(float *buffer, int n) function inverse_mdct_slow (line 2338) | void inverse_mdct_slow(float *buffer, int n, vorb *f, int blocktype) type mdct_lookup (line 2359) | typedef struct function inverse_mdct (line 2376) | void inverse_mdct(float *buffer, int n, vorb *f, int blocktype) function imdct_step3_iter0_loop (line 2396) | static void imdct_step3_iter0_loop(int n, float *e, int i_off, int k_off... function imdct_step3_inner_r_loop (line 2441) | static void imdct_step3_inner_r_loop(int lim, float *e, int d0, int k_of... function imdct_step3_inner_s_loop (line 2491) | static void imdct_step3_inner_s_loop(int n, float *e, int i_off, int k_o... function iter_54 (line 2542) | static __forceinline void iter_54(float *z) function imdct_step3_inner_s_loop_ld654 (line 2574) | static void imdct_step3_inner_s_loop_ld654(int n, float *e, int i_off, f... function inverse_mdct (line 2618) | static void inverse_mdct(float *buffer, int n, vorb *f, int blocktype) function inverse_mdct_naive (line 2922) | void inverse_mdct_naive(float *buffer, int n) type int16 (line 3058) | typedef int16 YTYPE; type YTYPE (line 3060) | typedef int YTYPE; function do_floor (line 3062) | static int do_floor(vorb *f, Mapping *map, int i, int n, float *target, ... function vorbis_decode_initial (line 3113) | static int vorbis_decode_initial(vorb *f, int *p_left_start, int *p_left... function vorbis_decode_packet_rest (line 3169) | static int vorbis_decode_packet_rest(vorb *f, int *len, Mode *m, int lef... function vorbis_decode_packet (line 3437) | static int vorbis_decode_packet(vorb *f, int *len, int *p_left, int *p_r... function vorbis_finish_frame (line 3444) | static int vorbis_finish_frame(stb_vorbis *f, int len, int left, int right) function vorbis_pump_first_frame (line 3496) | static int vorbis_pump_first_frame(stb_vorbis *f) function is_whole_packet_present (line 3506) | static int is_whole_packet_present(stb_vorbis *f, int end_page) function start_decoder (line 3571) | static int start_decoder(vorb *f) function vorbis_deinit (line 4141) | static void vorbis_deinit(stb_vorbis *p) function stb_vorbis_close (line 4197) | void stb_vorbis_close(stb_vorbis *p) function vorbis_init (line 4204) | static void vorbis_init(stb_vorbis *p, const stb_vorbis_alloc *z) function stb_vorbis_get_sample_offset (line 4223) | int stb_vorbis_get_sample_offset(stb_vorbis *f) function stb_vorbis_info (line 4231) | stb_vorbis_info stb_vorbis_get_info(stb_vorbis *f) function stb_vorbis_get_error (line 4243) | int stb_vorbis_get_error(stb_vorbis *f) function stb_vorbis (line 4250) | static stb_vorbis * vorbis_alloc(stb_vorbis *f) function stb_vorbis_flush_pushdata (line 4258) | void stb_vorbis_flush_pushdata(stb_vorbis *f) function vorbis_search_for_page_pushdata (line 4270) | static int vorbis_search_for_page_pushdata(vorb *f, uint8 *data, int dat... function stb_vorbis_decode_frame_pushdata (line 4361) | int stb_vorbis_decode_frame_pushdata( function stb_vorbis (line 4431) | stb_vorbis *stb_vorbis_open_pushdata( function stb_vorbis_get_file_offset (line 4461) | unsigned int stb_vorbis_get_file_offset(stb_vorbis *f) function uint32 (line 4477) | static uint32 vorbis_find_page(stb_vorbis *f, uint32 *end, uint32 *last) function get_seek_page_info (line 4559) | static int get_seek_page_info(stb_vorbis *f, ProbedPage *z) function go_to_page_before (line 4591) | static int go_to_page_before(stb_vorbis *f, unsigned int limit_offset) function seek_to_sample_coarse (line 4616) | static int seek_to_sample_coarse(stb_vorbis *f, uint32 sample_number) function peek_decode_initial (line 4766) | static int peek_decode_initial(vorb *f, int *p_left_start, int *p_left_e... function stb_vorbis_seek_frame (line 4791) | int stb_vorbis_seek_frame(stb_vorbis *f, unsigned int sample_number) function stb_vorbis_seek (line 4830) | int stb_vorbis_seek(stb_vorbis *f, unsigned int sample_number) function stb_vorbis_seek_start (line 4847) | int stb_vorbis_seek_start(stb_vorbis *f) function stb_vorbis_stream_length_in_samples (line 4857) | unsigned int stb_vorbis_stream_length_in_samples(stb_vorbis *f) function stb_vorbis_stream_length_in_seconds (line 4932) | float stb_vorbis_stream_length_in_seconds(stb_vorbis *f) function stb_vorbis_get_frame_float (line 4939) | int stb_vorbis_get_frame_float(stb_vorbis *f, int *channels, float ***ou... function stb_vorbis (line 4963) | stb_vorbis * stb_vorbis_open_file_section(FILE *file, int close_on_free,... function stb_vorbis (line 4984) | stb_vorbis * stb_vorbis_open_file(FILE *file, int close_on_free, int *er... function stb_vorbis (line 4994) | stb_vorbis * stb_vorbis_open_filename(const char *filename, int *error, ... function stb_vorbis (line 5010) | stb_vorbis * stb_vorbis_open_memory(const unsigned char *data, int len, ... type float_conv (line 5056) | typedef union { function copy_samples (line 5073) | static void copy_samples(short *dest, float *src, int len) function compute_samples (line 5086) | static void compute_samples(int mask, short *output, int num_c, float **... function compute_stereo_samples (line 5111) | static void compute_stereo_samples(short *output, int num_c, float **dat... function convert_samples_short (line 5150) | static void convert_samples_short(int buf_c, short **buffer, int b_offse... function stb_vorbis_get_frame_short (line 5166) | int stb_vorbis_get_frame_short(stb_vorbis *f, int num_c, short **buffer,... function convert_channels_short_interleaved (line 5176) | static void convert_channels_short_interleaved(int buf_c, short *buffer,... function stb_vorbis_get_frame_short_interleaved (line 5202) | int stb_vorbis_get_frame_short_interleaved(stb_vorbis *f, int num_c, sho... function stb_vorbis_get_samples_short_interleaved (line 5215) | int stb_vorbis_get_samples_short_interleaved(stb_vorbis *f, int channels... function stb_vorbis_get_samples_short (line 5236) | int stb_vorbis_get_samples_short(stb_vorbis *f, int channels, short **bu... function stb_vorbis_decode_filename (line 5256) | int stb_vorbis_decode_filename(const char *filename, int *channels, int ... function stb_vorbis_decode_memory (line 5296) | int stb_vorbis_decode_memory(const uint8 *mem, int len, int *channels, i... function stb_vorbis_get_samples_float_interleaved (line 5336) | int stb_vorbis_get_samples_float_interleaved(stb_vorbis *f, int channels... function stb_vorbis_get_samples_float (line 5363) | int stb_vorbis_get_samples_float(stb_vorbis *f, int channels, float **bu... FILE: src/engine/config.cpp function Config_Save (line 35) | void Config_Save( const char *path ) { function Config_Load (line 68) | void Config_Load( const char *path ) { FILE: src/engine/editor/ActorTreeWindow.h function class (line 22) | class ActorTreeWindow : public BaseWindow { FILE: src/engine/editor/BaseWindow.h type ImVec2 (line 8) | struct ImVec2 function class (line 10) | class BaseWindow { function GetStatus (line 23) | bool GetStatus() { return status_; } function SetWindowStatus (line 25) | void SetWindowStatus( bool status) { status_ = status; } function ToggleStatus (line 32) | void ToggleStatus() { function BaseWindow (line 40) | BaseWindow *parent_{nullptr}; FILE: src/engine/editor/ConsoleWindow.h function namespace (line 8) | namespace ohw { FILE: src/engine/editor/ModelViewer.h type PLGFrameBuffer (line 22) | struct PLGFrameBuffer type PLGTexture (line 23) | struct PLGTexture function viewSkeleton (line 33) | bool viewSkeleton{ false }; FILE: src/engine/editor/NewGameWindow.h function playTrainingMission (line 30) | bool playTrainingMission{ true }; FILE: src/engine/editor/ParticleEditor.h type PLGFrameBuffer (line 26) | struct PLGFrameBuffer type PLGTexture (line 27) | struct PLGTexture function viewDebugNormals (line 36) | bool viewDebugNormals{ false }; FILE: src/engine/editor/TexturePicker.h function namespace (line 22) | namespace ohw { FILE: src/engine/editor/TextureViewer.h function class (line 6) | class TextureViewer : public BaseWindow { function explicit (line 13) | explicit TextureViewer( const std::string &path ) { function ReloadTexture (line 28) | void ReloadTexture( PLGTextureFilter filter_mode ) { function Display (line 40) | void Display() override { function PLGTextureFilter (line 84) | PLGTextureFilter filterMode{ PLG_TEXTURE_FILTER_LINEAR }; FILE: src/engine/game/AAirship.h function Tick (line 15) | void Tick() override; function myTurnSpeed (line 26) | float myTurnSpeed{ 0.0f }; FILE: src/engine/game/AAnimatedModel.h function class (line 23) | class AAnimatedModel : public AModel { FILE: src/engine/game/AHealthPickup.cpp class AHealthPickup (line 9) | class AHealthPickup : public AModel { method IsVisibleOnMinimap (line 18) | bool IsVisibleOnMinimap() const override { return true; } method GetMinimapIconStyle (line 19) | unsigned int GetMinimapIconStyle() const override { return MINIMAP_ICO... method PLColour (line 20) | PLColour GetMinimapIconColour() const override { return hei::Colour( 2... FILE: src/engine/game/AItemPickup.cpp class AItemPickup (line 10) | class AItemPickup : public AModel { method IsVisibleOnMinimap (line 19) | bool IsVisibleOnMinimap() const override { return true; } method GetMinimapIconStyle (line 20) | unsigned int GetMinimapIconStyle() const override { return MINIMAP_ICO... method PLColour (line 21) | PLColour GetMinimapIconColour() const override { return hei::Colour( 2... FILE: src/engine/game/AModel.h function class (line 22) | class AModel : public Actor { FILE: src/engine/game/AParticle.cpp class AParticleEffect (line 24) | class AParticleEffect : public Actor { method ActorSpawn (line 34) | ActorSpawn Serialize() override { return ActorSpawn(); } FILE: src/engine/game/APig.cpp function Player (line 174) | const Player *APig::GetPlayerOwner() const { function PLColour (line 236) | PLColour APig::GetMinimapIconColour() const { FILE: src/engine/game/APig.h function GetClass (line 37) | unsigned int GetClass() { return myClass; } function GetPersonality (line 40) | unsigned int GetPersonality() { return myPersonality; } function PLColour (line 53) | PLColour GetMinimapIconColour() const override; FILE: src/engine/game/ASprite.cpp class ASprite (line 11) | class ASprite : public Actor { FILE: src/engine/game/AStaticModel.h function class (line 23) | class AStaticModel : public AModel { FILE: src/engine/game/ATrotterWeapon.h function class (line 22) | class ATrotterWeapon : public AWeapon { FILE: src/engine/game/AVehicle.cpp function Actor (line 56) | Actor *AVehicle::GetOccupant( unsigned int slot ) { FILE: src/engine/game/AVehicle.h function class (line 22) | class AVehicle : public AModel { FILE: src/engine/game/AWeapon.h function class (line 22) | class AWeapon : public AModel { FILE: src/engine/game/Actor.cpp function PLVector3 (line 171) | PLVector3 Actor::CalculateForwardVector() { FILE: src/engine/game/Actor.h type ActorFlag (line 8) | enum ActorFlag { type ActorEvent (line 16) | enum ActorEvent { type ActorSpawn (line 33) | struct ActorSpawn { function namespace (line 57) | namespace ohw { function virtual (line 74) | virtual const char *GetClassName() { return "Actor"; } function virtual (line 77) | virtual void Draw() {} function virtual (line 85) | virtual void SetHealth( int16_t health ) { myHealth = health; } function GetHealth (line 87) | int16_t GetHealth() { return myHealth; } function virtual (line 116) | virtual void HandleInput() {} function virtual (line 118) | virtual ActorSpawn Serialize() { return ActorSpawn(); } function virtual (line 121) | virtual void Activate() { isActive = true; } function virtual (line 122) | virtual void Deactivate() { isActive = false; } function virtual (line 123) | virtual bool IsActivated() { return isActive; } function Actor (line 129) | Actor *GetParent() { return parentActor; } function GetNumOfChildren (line 131) | unsigned int GetNumOfChildren() { return childActors.size(); } function PLCollisionAABB (line 144) | PLCollisionAABB *GetBoundingBox() { return &boundingBox; } function myHealth (line 180) | int16_t myHealth{ 0 } function Actor (line 186) | Actor *parentActor{ nullptr }; FILE: src/engine/game/ActorManager.cpp function Actor (line 15) | __attribute__((init_priority (1000))); FILE: src/engine/game/ActorManager.h type std (line 22) | typedef std::set< Actor * > ActorSet; type ActorSpawnManifest (line 24) | struct ActorSpawnManifest { function class (line 31) | class ActorManager { FILE: src/engine/game/GameManager.cpp function Player (line 141) | Player *ohw::GameManager::GetPlayerByIndex( unsigned int i ) const { function RegisterManifestInterface (line 271) | static void RegisterManifestInterface( const char *path, void *userPtr ) { function MapManifest (line 289) | MapManifest *ohw::GameManager::GetMapManifest( const std::string &name ) { function MapManifest (line 304) | MapManifest *ohw::GameManager::CreateManifest( const std::string &name ) { function CharacterClass (line 329) | const CharacterClass *ohw::GameManager::GetDefaultClass( const std::stri... FILE: src/engine/game/GameManager.h type class (line 9) | enum class function PropertyOwner (line 44) | struct CharacterClass : PropertyOwner { type CharacterSlot (line 75) | struct CharacterSlot function CharacterStatus (line 104) | CharacterStatus status{ CharacterStatus::ALIVE }; // Pig's status (ali... function PropertyOwner (line 109) | struct PlayerTeam : PropertyOwner { type MapManifest (line 141) | struct MapManifest { type GameModeDescriptor (line 169) | struct GameModeDescriptor { function num_pigs (line 177) | unsigned int num_pigs{ 3 } function turn_time (line 178) | unsigned int turn_time{ 45 }; type std (line 182) | typedef std::vector< Player * > PlayerPtrVector; type AudioSample (line 184) | struct AudioSample function class (line 191) | class GameManager { function ToggleSimulation (line 241) | inline void ToggleSimulation( bool paused ) { function simSteps (line 262) | unsigned int simSteps{ 0 } type class (line 267) | enum class function Map (line 284) | Map *currentMap{ nullptr }; FILE: src/engine/game/GameMode.cpp function Player (line 185) | Player *GameMode::GetCurrentPlayer() { function Actor (line 189) | Actor *GameMode::GetPossessedActor() { FILE: src/engine/game/GameMode.h function namespace (line 22) | namespace ohw { FILE: src/engine/game/GameModeInterface.h type PlayerTeam (line 20) | struct PlayerTeam function GetMaxSpectators (line 41) | virtual unsigned int GetMaxSpectators() const = 0; function GetTurnTime (line 50) | unsigned int GetTurnTime() { return num_turn_ticks; } function GetTurnTimeSeconds (line 51) | unsigned int GetTurnTimeSeconds() { return num_turn_ticks / TICKS_PER_SE... function GetMaxTurnTime (line 52) | unsigned int GetMaxTurnTime() { return max_turn_ticks; } function GetMaxTurnTimeSeconds (line 53) | unsigned int GetMaxTurnTimeSeconds() { return max_turn_ticks / TICKS_PER... function max_turn_ticks (line 64) | unsigned int max_turn_ticks{ 0 } function num_turn_ticks (line 65) | unsigned int num_turn_ticks{ 0 } function hasRoundStarted (line 68) | bool hasRoundStarted{ false }; FILE: src/engine/game/Inventory.cpp function InventoryItem (line 24) | InventoryItem *InventoryManager::GetItem( ItemIdentifier identifier ) { function PLGTexture (line 30) | PLGTexture *InventoryItem::GetInventoryIcon() { FILE: src/engine/game/Inventory.h type class (line 6) | enum class function virtual (line 95) | virtual bool IsSelectable() { return false; } function class (line 106) | class InventoryManager { FILE: src/engine/game/Player.cpp function Actor (line 50) | Actor* Player::GetCurrentChild() { FILE: src/engine/game/Player.h function PlayerType (line 20) | enum class PlayerType { FILE: src/engine/graphics/BitmapFont.h function GetCharacterWidth (line 17) | inline unsigned int GetCharacterWidth( unsigned char index ) const { function GetCharacterHeight (line 26) | inline unsigned int GetCharacterHeight( unsigned char index ) const { type TableIndex (line 35) | struct TableIndex { function numChars (line 50) | unsigned int numChars{ 0 } function SharedTextureResourcePointer (line 52) | SharedTextureResourcePointer texture{ nullptr }; FILE: src/engine/graphics/Camera.h function namespace (line 8) | namespace ohw { FILE: src/engine/graphics/Display.cpp function Display_GetFramesCount (line 18) | void Display_GetFramesCount( unsigned int *fps, unsigned int *ms ) { function Display_DrawMap (line 34) | static void Display_DrawMap() { FILE: src/engine/graphics/Display.h type DebugLine (line 38) | struct DebugLine { function numDrawTicks (line 44) | unsigned int numDrawTicks{ 0 } function lastDrawTick (line 45) | unsigned int lastDrawTick{ 0 } function lastDrawMS (line 46) | unsigned int lastDrawMS{ 0 } function myDesiredScreen (line 48) | int myDesiredScreen{ 0 } function SDL_Window (line 50) | SDL_Window *myWindow{ nullptr }; FILE: src/engine/graphics/ParticleEffect.h function namespace (line 20) | namespace ohw { FILE: src/engine/graphics/ParticleEmitter.h function SetGravity (line 33) | void SetGravity( float gravity ) { myGravity = gravity; } function GetGravity (line 34) | float GetGravity() { return myGravity; } function maxParticles (line 63) | unsigned int maxParticles{ 0 } type class (line 65) | enum class type class (line 72) | enum class function BlendType (line 80) | BlendType myBlendType{ BlendType::ADDITIVE }; FILE: src/engine/graphics/PostProcess.h function namespace (line 20) | namespace ohw { FILE: src/engine/graphics/ShaderManager.cpp function Shaders_ValidateDefault (line 17) | static void Shaders_ValidateDefault() { function Shaders_CacheShaderProgram (line 39) | static void Shaders_CacheShaderProgram( const char *path, void *userData... function Shaders_ClearPrograms (line 71) | static void Shaders_ClearPrograms() { function Shaders_CachePrograms (line 80) | static void Shaders_CachePrograms() { function Cmd_ListShaderPrograms (line 88) | static void Cmd_ListShaderPrograms( unsigned int argc, char *argv[] ) { function Cmd_RebuildShaderProgramCache (line 100) | static void Cmd_RebuildShaderProgramCache( unsigned int argc, char *argv... function Cmd_RebuildShaderPrograms (line 107) | static void Cmd_RebuildShaderPrograms( unsigned int argc, char *argv[] ) { function Cmd_RebuildShaderProgram (line 122) | static void Cmd_RebuildShaderProgram( unsigned int argc, char *argv[] ) { function Shaders_Initialize (line 149) | void Shaders_Initialize() { function Shaders_Shutdown (line 158) | void Shaders_Shutdown() { function Shaders_SetProgramByName (line 172) | void Shaders_SetProgramByName( const std::string &name ) { FILE: src/engine/graphics/ShaderManager.h function namespace (line 8) | namespace ohw { FILE: src/engine/graphics/Sprite.h type SpriteType (line 10) | enum SpriteType { function GetScale (line 17) | float GetScale() { return scale_; } function PLVector3 (line 20) | PLVector3 GetPosition() { return position_; } function PLVector3 (line 23) | PLVector3 GetAngles() { return angles_; } function PLColour (line 26) | PLColour GetColour() { return colour_; } function current_frame_ (line 46) | unsigned int current_frame_{ 0 } function frame_delay_ (line 47) | double frame_delay_{ 0 } function PLGMesh (line 49) | PLGMesh *mesh_{ nullptr }; FILE: src/engine/graphics/TextureAtlas.h function PLGTexture (line 20) | PLGTexture *GetTexture() { return texture_; } type Index (line 24) | struct Index { function width_ (line 29) | int width_{ 512 }; FILE: src/engine/graphics/mesh.cpp function Mesh_GenerateFragmentedMeshNormals (line 9) | void Mesh_GenerateFragmentedMeshNormals( const std::list< PLGMesh * > &m... FILE: src/engine/graphics/particles.h function Tick (line 28) | void Tick() {} function PLVector3 (line 34) | PLVector3 myScale{ 0.0f, 0.0f, 0.0f }; FILE: src/engine/graphics/video.cpp type VideoState (line 35) | struct VideoState { function PlayVideoCommand (line 57) | void PlayVideoCommand( unsigned int argc, char *argv[] ) { function Video_Initialize (line 71) | void Video_Initialize( void ) { function Video_Shutdown (line 83) | void Video_Shutdown( void ) { function Video_ClearQueue (line 89) | void Video_ClearQueue( void ) { function Video_QueuePlayback (line 95) | void Video_QueuePlayback( const char **videos, unsigned int num_videos ) { function Video_Play (line 125) | void Video_Play( const char *path ) { function Video_SkipCurrent (line 137) | void Video_SkipCurrent( void ) { function ProcessVideo (line 164) | static void ProcessVideo(void) { function Video_Draw (line 203) | void Video_Draw( void ) { FILE: src/engine/imgui_layer.cpp function ConsoleOutputCallback (line 33) | static void ConsoleOutputCallback( int level, const char *msg, PLColour ... function ImGuiImpl_Setup (line 52) | void ImGuiImpl_Setup() { function ImGuiImpl_Shutdown (line 129) | void ImGuiImpl_Shutdown() { function ImGuiImpl_SetupFrame (line 134) | void ImGuiImpl_SetupFrame() { function ImGuiImpl_Tick (line 148) | void ImGuiImpl_Tick( void ) { function ImGuiImpl_Draw (line 162) | void ImGuiImpl_Draw( void ) { function UI_DisplaySettings (line 174) | void UI_DisplaySettings() { type FileDescriptor (line 279) | struct FileDescriptor { function AddFilePath (line 286) | void AddFilePath( const char *path, void *userData ) { function ScanDirectories (line 331) | void ScanDirectories() { function UI_DisplayFileBox (line 336) | void UI_DisplayFileBox() { class QuitWindow (line 434) | class QuitWindow : public BaseWindow { method Display (line 436) | void Display() override { function UI_DisplayDebugMenu (line 463) | void UI_DisplayDebugMenu() { function ImGuiImpl_RegisterWindow (line 671) | void ImGuiImpl_RegisterWindow( BaseWindow *window ) { function ImGuiImpl_HandleEvent (line 675) | bool ImGuiImpl_HandleEvent( const SDL_Event &event ) { FILE: src/engine/loaders/FacLoader.cpp type FacQuad (line 11) | struct FacQuad { function FacQuad (line 19) | static FacQuad *Fac_LoadQuads( PLFile *filePtr, unsigned int numQuads ) { function FacTriangle (line 45) | static FacTriangle *Fac_LoadTriangles( PLFile *filePtr, unsigned int num... function FacHandle (line 72) | FacHandle *Fac_LoadFile( const char *path ) { function Fac_WriteFile (line 165) | void Fac_WriteFile( FacHandle *handle, const char *path ) { function Fac_DestroyHandle (line 216) | void Fac_DestroyHandle( FacHandle *handle ) { FILE: src/engine/loaders/FacLoader.h type FacTriangle (line 22) | struct FacTriangle { type FacTextureIndex (line 31) | typedef struct FacTextureIndex { type FacHandle (line 35) | typedef struct FacHandle { FILE: src/engine/loaders/HirLoader.cpp function HirHandle (line 10) | HirHandle *Hir_LoadFile( const char *path ) { function Hir_DestroyHandle (line 69) | void Hir_DestroyHandle( HirHandle *handle ) { FILE: src/engine/loaders/Loaders.h type HirSkeletonBone (line 34) | typedef enum HirSkeletonBone { type HirHandle (line 58) | typedef struct HirHandle { type MinHandle (line 65) | typedef struct MinHandle { FILE: src/engine/loaders/MinLoader.cpp function MinHandle (line 10) | MinHandle *Min_LoadFile( const char *path ) { FILE: src/engine/loaders/No2Loader.cpp function No2Handle (line 17) | No2Handle *No2_LoadFile( const char *path ) { function No2_DestroyHandle (line 55) | void No2_DestroyHandle( No2Handle *handle ) { FILE: src/engine/loaders/No2Loader.h type No2Handle (line 22) | struct No2Handle { FILE: src/engine/loaders/VtxLoader.cpp function VtxHandle (line 11) | VtxHandle *Vtx_LoadFile( const char *path ) { function Vtx_DestroyHandle (line 56) | void Vtx_DestroyHandle( VtxHandle *handle ) { FILE: src/engine/loaders/VtxLoader.h type VtxHandle (line 10) | struct VtxHandle { FILE: src/engine/loaders/WaveFrontReader.h function class (line 24) | class WaveFrontReader { function LoadMTL (line 302) | bool LoadMTL(const std::string &szFilePath) { function Clear (line 413) | void Clear() { type Material (line 423) | struct Material { function std (line 487) | static std::string LoadTexturePath(std::stringstream &InFile) { FILE: src/engine/model.cpp function CacheModelData (line 83) | void CacheModelData() { function DEBUGDrawSkeleton (line 218) | void DEBUGDrawSkeleton() { FILE: src/engine/model.h function AnimationIndex (line 23) | enum class AnimationIndex { FILE: src/engine/physics/PhysicsInterface.h type class (line 22) | enum class function class (line 43) | class PhysicsInterface { FILE: src/engine/script/JsonReader.cpp function PLVector4 (line 162) | PLVector4 JsonReader::GetVector4Property( const std::string &property, P... function PLVector3 (line 187) | PLVector3 JsonReader::GetVector3Property( const std::string &property, P... FILE: src/engine/script/JsonReader.h function class (line 6) | class JsonReader { FILE: src/engine/script/duktape-2.2.0/duk_config.h type duk_uint8_t (line 1612) | typedef uint8_t duk_uint8_t; type duk_int8_t (line 1613) | typedef int8_t duk_int8_t; type duk_uint16_t (line 1614) | typedef uint16_t duk_uint16_t; type duk_int16_t (line 1615) | typedef int16_t duk_int16_t; type duk_uint32_t (line 1616) | typedef uint32_t duk_uint32_t; type duk_int32_t (line 1617) | typedef int32_t duk_int32_t; type duk_uint64_t (line 1618) | typedef uint64_t duk_uint64_t; type duk_int64_t (line 1619) | typedef int64_t duk_int64_t; type uint_least8_t (line 1620) | typedef uint_least8_t duk_uint_least8_t; type int_least8_t (line 1621) | typedef int_least8_t duk_int_least8_t; type uint_least16_t (line 1622) | typedef uint_least16_t duk_uint_least16_t; type int_least16_t (line 1623) | typedef int_least16_t duk_int_least16_t; type uint_least32_t (line 1624) | typedef uint_least32_t duk_uint_least32_t; type int_least32_t (line 1625) | typedef int_least32_t duk_int_least32_t; type uint_least64_t (line 1626) | typedef uint_least64_t duk_uint_least64_t; type int_least64_t (line 1627) | typedef int_least64_t duk_int_least64_t; type uint_fast8_t (line 1628) | typedef uint_fast8_t duk_uint_fast8_t; type int_fast8_t (line 1629) | typedef int_fast8_t duk_int_fast8_t; type uint_fast16_t (line 1630) | typedef uint_fast16_t duk_uint_fast16_t; type int_fast16_t (line 1631) | typedef int_fast16_t duk_int_fast16_t; type uint_fast32_t (line 1632) | typedef uint_fast32_t duk_uint_fast32_t; type int_fast32_t (line 1633) | typedef int_fast32_t duk_int_fast32_t; type uint_fast64_t (line 1634) | typedef uint_fast64_t duk_uint_fast64_t; type int_fast64_t (line 1635) | typedef int_fast64_t duk_int_fast64_t; type duk_uintptr_t (line 1636) | typedef uintptr_t duk_uintptr_t; type duk_intptr_t (line 1637) | typedef intptr_t duk_intptr_t; type uintmax_t (line 1638) | typedef uintmax_t duk_uintmax_t; type intmax_t (line 1639) | typedef intmax_t duk_intmax_t; type duk_uint8_t (line 1719) | typedef unsigned char duk_uint8_t; type duk_int8_t (line 1720) | typedef signed char duk_int8_t; type duk_uint16_t (line 1726) | typedef unsigned short duk_uint16_t; type duk_int16_t (line 1727) | typedef signed short duk_int16_t; type duk_uint16_t (line 1730) | typedef unsigned int duk_uint16_t; type duk_int16_t (line 1731) | typedef signed int duk_int16_t; type duk_uint32_t (line 1737) | typedef unsigned int duk_uint32_t; type duk_int32_t (line 1738) | typedef signed int duk_int32_t; type duk_uint32_t (line 1741) | typedef unsigned long duk_uint32_t; type duk_int32_t (line 1742) | typedef signed long duk_int32_t; type duk_uint64_t (line 1764) | typedef unsigned long duk_uint64_t; type duk_int64_t (line 1765) | typedef signed long duk_int64_t; type duk_uint64_t (line 1771) | typedef unsigned long long duk_uint64_t; type duk_int64_t (line 1772) | typedef signed long long duk_int64_t; type duk_uint64_t (line 1778) | typedef unsigned long long duk_uint64_t; type duk_int64_t (line 1779) | typedef signed long long duk_int64_t; type duk_uint64_t (line 1785) | typedef unsigned long long duk_uint64_t; type duk_int64_t (line 1786) | typedef signed long long duk_int64_t; type duk_uint64_t (line 1791) | typedef unsigned long duk_uint64_t; type duk_int64_t (line 1792) | typedef signed long duk_int64_t; type duk_uint64_t (line 1796) | typedef unsigned __int64 duk_uint64_t; type duk_int64_t (line 1797) | typedef signed __int64 duk_int64_t; type duk_uint8_t (line 1803) | typedef duk_uint8_t duk_uint_least8_t; type duk_int8_t (line 1804) | typedef duk_int8_t duk_int_least8_t; type duk_uint16_t (line 1805) | typedef duk_uint16_t duk_uint_least16_t; type duk_int16_t (line 1806) | typedef duk_int16_t duk_int_least16_t; type duk_uint32_t (line 1807) | typedef duk_uint32_t duk_uint_least32_t; type duk_int32_t (line 1808) | typedef duk_int32_t duk_int_least32_t; type duk_uint8_t (line 1809) | typedef duk_uint8_t duk_uint_fast8_t; type duk_int8_t (line 1810) | typedef duk_int8_t duk_int_fast8_t; type duk_uint16_t (line 1811) | typedef duk_uint16_t duk_uint_fast16_t; type duk_int16_t (line 1812) | typedef duk_int16_t duk_int_fast16_t; type duk_uint32_t (line 1813) | typedef duk_uint32_t duk_uint_fast32_t; type duk_int32_t (line 1814) | typedef duk_int32_t duk_int_fast32_t; type duk_uint64_t (line 1816) | typedef duk_uint64_t duk_uint_least64_t; type duk_int64_t (line 1817) | typedef duk_int64_t duk_int_least64_t; type duk_uint64_t (line 1818) | typedef duk_uint64_t duk_uint_fast64_t; type duk_int64_t (line 1819) | typedef duk_int64_t duk_int_fast64_t; type duk_uint64_t (line 1822) | typedef duk_uint64_t duk_uintmax_t; type duk_int64_t (line 1823) | typedef duk_int64_t duk_intmax_t; type duk_uint32_t (line 1825) | typedef duk_uint32_t duk_uintmax_t; type duk_int32_t (line 1826) | typedef duk_int32_t duk_intmax_t; type duk_int32_t (line 1919) | typedef duk_int32_t duk_intptr_t; type duk_uint32_t (line 1920) | typedef duk_uint32_t duk_uintptr_t; type duk_int64_t (line 1926) | typedef duk_int64_t duk_intptr_t; type duk_uint64_t (line 1927) | typedef duk_uint64_t duk_uintptr_t; type duk_size_t (line 1952) | typedef size_t duk_size_t; type duk_ptrdiff_t (line 1953) | typedef ptrdiff_t duk_ptrdiff_t; type duk_int_t (line 1960) | typedef int duk_int_t; type duk_uint_t (line 1961) | typedef unsigned int duk_uint_t; type duk_int_fast32_t (line 1967) | typedef duk_int_fast32_t duk_int_t; type duk_uint_fast32_t (line 1968) | typedef duk_uint_fast32_t duk_uint_t; type duk_int_fast32_t (line 1979) | typedef duk_int_fast32_t duk_int_fast_t; type duk_uint_fast32_t (line 1980) | typedef duk_uint_fast32_t duk_uint_fast_t; type duk_small_int_t (line 1989) | typedef int duk_small_int_t; type duk_small_uint_t (line 1990) | typedef unsigned int duk_small_uint_t; type duk_int_fast16_t (line 1999) | typedef duk_int_fast16_t duk_small_int_fast_t; type duk_uint_fast16_t (line 2000) | typedef duk_uint_fast16_t duk_small_uint_fast_t; type duk_small_uint_t (line 2007) | typedef duk_small_uint_t duk_bool_t; type duk_int_t (line 2012) | typedef duk_int_t duk_idx_t; type duk_uint_t (line 2017) | typedef duk_uint_t duk_uidx_t; type duk_uint_t (line 2024) | typedef duk_uint_t duk_uarridx_t; type duk_small_int_t (line 2032) | typedef duk_small_int_t duk_ret_t; type duk_int_t (line 2039) | typedef duk_int_t duk_errcode_t; type duk_int_t (line 2050) | typedef duk_int_t duk_codepoint_t; type duk_uint_t (line 2051) | typedef duk_uint_t duk_ucodepoint_t; type duk_float_t (line 2058) | typedef float duk_float_t; type duk_double_t (line 2059) | typedef double duk_double_t; type duk_context (line 2082) | typedef struct duk_hthread duk_context; FILE: src/engine/script/duktape-2.2.0/duk_module_duktape.c function duk__resolve_module_id (line 31) | static void duk__resolve_module_id(duk_context *ctx, const char *req_id,... function duk_ret_t (line 199) | static duk_ret_t duk__require(duk_context *ctx) { function duk_module_duktape_init (line 439) | void duk_module_duktape_init(duk_context *ctx) { FILE: src/engine/script/duktape-2.2.0/duktape.c type duk_double_union (line 260) | typedef union duk_double_union duk_double_union; type duk_jmpbuf (line 659) | struct duk_jmpbuf { type duk_jmpbuf (line 663) | struct duk_jmpbuf { function class (line 683) | class duk_internal_exception { type duk_jmpbuf (line 705) | struct duk_jmpbuf type duk_heaphdr (line 709) | struct duk_heaphdr type duk_heaphdr_string (line 710) | struct duk_heaphdr_string type duk_harray (line 711) | struct duk_harray type duk_hstring (line 712) | struct duk_hstring type duk_hstring_external (line 713) | struct duk_hstring_external type duk_hobject (line 714) | struct duk_hobject type duk_hcompfunc (line 715) | struct duk_hcompfunc type duk_hnatfunc (line 716) | struct duk_hnatfunc type duk_hboundfunc (line 717) | struct duk_hboundfunc type duk_hthread (line 718) | struct duk_hthread type duk_hbufobj (line 719) | struct duk_hbufobj type duk_hdecenv (line 720) | struct duk_hdecenv type duk_hobjenv (line 721) | struct duk_hobjenv type duk_hproxy (line 722) | struct duk_hproxy type duk_hbuffer (line 723) | struct duk_hbuffer type duk_hbuffer_fixed (line 724) | struct duk_hbuffer_fixed type duk_hbuffer_dynamic (line 725) | struct duk_hbuffer_dynamic type duk_hbuffer_external (line 726) | struct duk_hbuffer_external type duk_propaccessor (line 728) | struct duk_propaccessor type duk_propdesc (line 730) | struct duk_propdesc type duk_heap (line 732) | struct duk_heap type duk_breakpoint (line 733) | struct duk_breakpoint type duk_activation (line 735) | struct duk_activation type duk_catcher (line 736) | struct duk_catcher type duk_strcache (line 737) | struct duk_strcache type duk_ljstate (line 738) | struct duk_ljstate type duk_strtab_entry (line 739) | struct duk_strtab_entry type duk_fixedbuffer (line 742) | struct duk_fixedbuffer type duk_bitdecoder_ctx (line 745) | struct duk_bitdecoder_ctx type duk_bitencoder_ctx (line 746) | struct duk_bitencoder_ctx type duk_bufwriter_ctx (line 747) | struct duk_bufwriter_ctx type duk_token (line 749) | struct duk_token type duk_re_token (line 750) | struct duk_re_token type duk_lexer_point (line 751) | struct duk_lexer_point type duk_lexer_ctx (line 752) | struct duk_lexer_ctx type duk_lexer_codepoint (line 753) | struct duk_lexer_codepoint type duk_compiler_instr (line 755) | struct duk_compiler_instr type duk_compiler_func (line 756) | struct duk_compiler_func type duk_compiler_ctx (line 757) | struct duk_compiler_ctx type duk_re_matcher_ctx (line 759) | struct duk_re_matcher_ctx type duk_re_compiler_ctx (line 760) | struct duk_re_compiler_ctx type duk_jmpbuf (line 765) | typedef struct duk_jmpbuf duk_jmpbuf; type duk_heaphdr (line 769) | typedef struct duk_heaphdr duk_heaphdr; type duk_heaphdr_string (line 770) | typedef struct duk_heaphdr_string duk_heaphdr_string; type duk_harray (line 771) | typedef struct duk_harray duk_harray; type duk_hstring (line 772) | typedef struct duk_hstring duk_hstring; type duk_hstring_external (line 773) | typedef struct duk_hstring_external duk_hstring_external; type duk_hobject (line 774) | typedef struct duk_hobject duk_hobject; type duk_hcompfunc (line 775) | typedef struct duk_hcompfunc duk_hcompfunc; type duk_hnatfunc (line 776) | typedef struct duk_hnatfunc duk_hnatfunc; type duk_hboundfunc (line 777) | typedef struct duk_hboundfunc duk_hboundfunc; type duk_hthread (line 778) | typedef struct duk_hthread duk_hthread; type duk_hbufobj (line 779) | typedef struct duk_hbufobj duk_hbufobj; type duk_hdecenv (line 780) | typedef struct duk_hdecenv duk_hdecenv; type duk_hobjenv (line 781) | typedef struct duk_hobjenv duk_hobjenv; type duk_hproxy (line 782) | typedef struct duk_hproxy duk_hproxy; type duk_hbuffer (line 783) | typedef struct duk_hbuffer duk_hbuffer; type duk_hbuffer_fixed (line 784) | typedef struct duk_hbuffer_fixed duk_hbuffer_fixed; type duk_hbuffer_dynamic (line 785) | typedef struct duk_hbuffer_dynamic duk_hbuffer_dynamic; type duk_hbuffer_external (line 786) | typedef struct duk_hbuffer_external duk_hbuffer_external; type duk_propaccessor (line 788) | typedef struct duk_propaccessor duk_propaccessor; type duk_propvalue (line 789) | typedef union duk_propvalue duk_propvalue; type duk_propdesc (line 790) | typedef struct duk_propdesc duk_propdesc; type duk_heap (line 792) | typedef struct duk_heap duk_heap; type duk_breakpoint (line 793) | typedef struct duk_breakpoint duk_breakpoint; type duk_activation (line 795) | typedef struct duk_activation duk_activation; type duk_catcher (line 796) | typedef struct duk_catcher duk_catcher; type duk_strcache (line 797) | typedef struct duk_strcache duk_strcache; type duk_ljstate (line 798) | typedef struct duk_ljstate duk_ljstate; type duk_strtab_entry (line 799) | typedef struct duk_strtab_entry duk_strtab_entry; type duk_fixedbuffer (line 802) | typedef struct duk_fixedbuffer duk_fixedbuffer; type duk_bitdecoder_ctx (line 805) | typedef struct duk_bitdecoder_ctx duk_bitdecoder_ctx; type duk_bitencoder_ctx (line 806) | typedef struct duk_bitencoder_ctx duk_bitencoder_ctx; type duk_bufwriter_ctx (line 807) | typedef struct duk_bufwriter_ctx duk_bufwriter_ctx; type duk_token (line 809) | typedef struct duk_token duk_token; type duk_re_token (line 810) | typedef struct duk_re_token duk_re_token; type duk_lexer_point (line 811) | typedef struct duk_lexer_point duk_lexer_point; type duk_lexer_ctx (line 812) | typedef struct duk_lexer_ctx duk_lexer_ctx; type duk_lexer_codepoint (line 813) | typedef struct duk_lexer_codepoint duk_lexer_codepoint; type duk_compiler_instr (line 815) | typedef struct duk_compiler_instr duk_compiler_instr; type duk_compiler_func (line 816) | typedef struct duk_compiler_func duk_compiler_func; type duk_compiler_ctx (line 817) | typedef struct duk_compiler_ctx duk_compiler_ctx; type duk_re_matcher_ctx (line 819) | typedef struct duk_re_matcher_ctx duk_re_matcher_ctx; type duk_re_compiler_ctx (line 820) | typedef struct duk_re_compiler_ctx duk_re_compiler_ctx; type duk_tval (line 859) | typedef union duk_double_union duk_tval; type duk_tval_unused (line 860) | typedef struct { type duk_tval (line 1124) | typedef struct duk_tval_struct duk_tval; type duk_tval_struct (line 1126) | struct duk_tval_struct { type duk_tval_unused (line 1147) | typedef struct { type duk_bitdecoder_ctx (line 2274) | struct duk_bitdecoder_ctx { type duk_bitencoder_ctx (line 2288) | struct duk_bitencoder_ctx { type duk_bufwriter_ctx (line 2359) | struct duk_bufwriter_ctx { type duk_uint32_t (line 3048) | typedef duk_uint32_t duk_instr_t; type duk_token (line 3802) | struct duk_token { type duk_re_token (line 3818) | struct duk_re_token { type duk_lexer_point (line 3827) | struct duk_lexer_point { type duk_lexer_codepoint (line 3833) | struct duk_lexer_codepoint { type duk_lexer_ctx (line 3840) | struct duk_lexer_ctx { type duk_int32_t (line 3932) | typedef duk_int32_t duk_regconst_t; type duk_ispec (line 3934) | typedef struct { type duk_ivalue (line 3940) | typedef struct { type duk_compiler_instr (line 3961) | struct duk_compiler_instr { type duk_labelinfo (line 3979) | typedef struct { type duk_compiler_func (line 3997) | struct duk_compiler_func { type duk_compiler_ctx (line 4080) | struct duk_compiler_ctx { type duk_re_matcher_ctx (line 4159) | struct duk_re_matcher_ctx { type duk_re_compiler_ctx (line 4175) | struct duk_re_compiler_ctx { type duk_heaphdr (line 4237) | struct duk_heaphdr { type duk_heaphdr_string (line 4284) | struct duk_heaphdr_string { type duk_hstring (line 5754) | struct duk_hstring { type duk_hstring_external (line 5801) | struct duk_hstring_external { type duk_propaccessor (line 6560) | struct duk_propaccessor { type duk_propdesc (line 6574) | struct duk_propdesc { type duk_hobject (line 6586) | struct duk_hobject { type duk_hcompfunc (line 6968) | struct duk_hcompfunc { type duk_hnatfunc (line 7109) | struct duk_hnatfunc { type duk_hboundfunc (line 7155) | struct duk_hboundfunc { type duk_hbufobj (line 7274) | struct duk_hbufobj { type duk_activation (line 7525) | struct duk_activation { type duk_catcher (line 7586) | struct duk_catcher { type duk_hthread (line 7598) | struct duk_hthread { type duk_harray (line 7764) | struct duk_harray { type duk_hdecenv (line 7811) | struct duk_hdecenv { type duk_hobjenv (line 7824) | struct duk_hobjenv { type duk_hbuffer (line 8010) | struct duk_hbuffer { type duk_hbuffer_fixed (line 8056) | struct duk_hbuffer_fixed { type duk_hbuffer_dynamic (line 8110) | struct duk_hbuffer_dynamic { type duk_hbuffer_external (line 8139) | struct duk_hbuffer_external { type duk_hproxy (line 8182) | struct duk_hproxy { type duk_breakpoint (line 8478) | struct duk_breakpoint { type duk_strcache (line 8492) | struct duk_strcache { type duk_ljstate (line 8503) | struct duk_ljstate { type duk_heap (line 8527) | struct duk_heap { type duk_fixedbuffer (line 9178) | struct duk_fixedbuffer { type duk_json_enc_ctx (line 10056) | typedef struct { type duk_json_dec_ctx (line 10084) | typedef struct { function DUK_INTERNAL (line 10429) | DUK_INTERNAL int duk_repl_fpclassify(double x) { function DUK_INTERNAL (line 10461) | DUK_INTERNAL int duk_repl_signbit(double x) { function DUK_INTERNAL (line 10469) | DUK_INTERNAL int duk_repl_isfinite(double x) { function DUK_INTERNAL (line 10480) | DUK_INTERNAL int duk_repl_isnan(double x) { function DUK_INTERNAL (line 10487) | DUK_INTERNAL int duk_repl_isinf(double x) { function DUK_INTERNAL (line 10517) | DUK_INTERNAL void duk_debug_log(duk_int_t level, const char *file, duk_i... function DUK_INTERNAL (line 10548) | DUK_INTERNAL void duk_debug_log(const char *fmt, ...) { function duk_err_handle_error_fmt (line 11399) | void duk_err_handle_error_fmt(duk_hthread *thr, const char *filename, du... function duk_err_handle_error (line 11409) | void duk_err_handle_error(duk_hthread *thr, const char *filename, duk_ui... function duk_err_handle_error (line 11415) | void duk_err_handle_error(duk_hthread *thr, duk_errcode_t code) { function duk_err_require_type_index (line 11427) | void duk_err_require_type_index(duk_hthread *thr, const char *filename, ... function duk_err_require_type_index (line 11432) | void duk_err_require_type_index(duk_hthread *thr, const char *filename, ... function duk_err_error_internal (line 11437) | void duk_err_error_internal(duk_hthread *thr, const char *filename, duk_... function duk_err_error_alloc_failed (line 11440) | void duk_err_error_alloc_failed(duk_hthread *thr, const char *filename, ... function duk_err_error (line 11443) | void duk_err_error(duk_hthread *thr, const char *filename, duk_int_t lin... function duk_err_range (line 11446) | void duk_err_range(duk_hthread *thr, const char *filename, duk_int_t lin... function duk_err_range_index (line 11449) | void duk_err_range_index(duk_hthread *thr, const char *filename, duk_int... function duk_err_range_push_beyond (line 11452) | void duk_err_range_push_beyond(duk_hthread *thr, const char *filename, d... function duk_err_type_invalid_args (line 11455) | void duk_err_type_invalid_args(duk_hthread *thr, const char *filename, d... function duk_err_type_invalid_state (line 11458) | void duk_err_type_invalid_state(duk_hthread *thr, const char *filename, ... function duk_err_type_invalid_trap_result (line 11461) | void duk_err_type_invalid_trap_result(duk_hthread *thr, const char *file... function DUK_LOCAL (line 11470) | DUK_LOCAL void duk__err_shared(duk_hthread *thr, duk_errcode_t code) { function duk_err_error (line 11473) | void duk_err_error(duk_hthread *thr) { function duk_err_range (line 11476) | void duk_err_range(duk_hthread *thr) { function duk_err_eval (line 11479) | void duk_err_eval(duk_hthread *thr) { function duk_err_reference (line 11482) | void duk_err_reference(duk_hthread *thr) { function duk_err_syntax (line 11485) | void duk_err_syntax(duk_hthread *thr) { function duk_err_type (line 11488) | void duk_err_type(duk_hthread *thr) { function duk_err_uri (line 11491) | void duk_err_uri(duk_hthread *thr) { function duk_default_fatal_handler (line 11500) | void duk_default_fatal_handler(void *udata, const char *msg) { function DUK_INTERNAL (line 11569) | DUK_INTERNAL duk_small_int_t duk_unicode_get_xutf8_length(duk_ucodepoint... function DUK_INTERNAL (line 11596) | DUK_INTERNAL duk_small_int_t duk_unicode_get_cesu8_length(duk_ucodepoint... function DUK_INTERNAL (line 11625) | DUK_INTERNAL duk_small_int_t duk_unicode_encode_xutf8(duk_ucodepoint_t c... function DUK_INTERNAL (line 11659) | DUK_INTERNAL duk_small_int_t duk_unicode_encode_cesu8(duk_ucodepoint_t c... function DUK_INTERNAL (line 11719) | DUK_INTERNAL duk_small_int_t duk_unicode_decode_xutf8(duk_hthread *thr, ... function DUK_INTERNAL (line 11812) | DUK_INTERNAL duk_ucodepoint_t duk_unicode_decode_xutf8_checked(duk_hthre... function DUK_INTERNAL (line 11838) | DUK_INTERNAL duk_size_t duk_unicode_unvalidated_utf8_length(const duk_ui... function DUK_INTERNAL (line 11864) | DUK_INTERNAL duk_size_t duk_unicode_unvalidated_utf8_length(const duk_ui... function DUK_LOCAL (line 11945) | DUK_LOCAL duk_uint32_t duk__uni_decode_value(duk_bitdecoder_ctx *bd_ctx) { function DUK_LOCAL (line 11965) | DUK_LOCAL duk_small_int_t duk__uni_range_match(const duk_uint8_t *unitab... function DUK_INTERNAL (line 12002) | DUK_INTERNAL duk_small_int_t duk_unicode_is_whitespace(duk_codepoint_t c... function DUK_INTERNAL (line 12082) | DUK_INTERNAL duk_small_int_t duk_unicode_is_line_terminator(duk_codepoin... function DUK_INTERNAL (line 12102) | DUK_INTERNAL duk_small_int_t duk_unicode_is_identifier_start(duk_codepoi... function DUK_INTERNAL (line 12181) | DUK_INTERNAL duk_small_int_t duk_unicode_is_identifier_part(duk_codepoin... function DUK_INTERNAL (line 12277) | DUK_INTERNAL duk_small_int_t duk_unicode_is_letter(duk_codepoint_t cp) { function DUK_LOCAL (line 12352) | DUK_LOCAL function DUK_LOCAL (line 12458) | DUK_LOCAL function DUK_INTERNAL (line 12548) | DUK_INTERNAL void duk_unicode_case_convert_string(duk_hthread *thr, duk_... function DUK_INTERNAL (line 12616) | DUK_INTERNAL duk_codepoint_t duk_unicode_re_canonicalize_char(duk_hthrea... function DUK_INTERNAL (line 12651) | DUK_INTERNAL duk_small_int_t duk_unicode_re_is_wordchar(duk_codepoint_t ... function DUK_INTERNAL (line 12929) | DUK_INTERNAL void duk_byteswap_bytes(duk_uint8_t *p, duk_small_uint_t le... function DUK_INTERNAL (line 12952) | DUK_INTERNAL duk_bool_t duk_is_whole_get_int32_nonegzero(duk_double_t x,... function DUK_INTERNAL (line 12973) | DUK_INTERNAL duk_bool_t duk_is_whole_get_int32(duk_double_t x, duk_int32... function DUK_INTERNAL (line 12988) | DUK_INTERNAL duk_bool_t duk_double_is_anyinf(duk_double_t x) { function DUK_INTERNAL (line 12994) | DUK_INTERNAL duk_bool_t duk_double_is_posinf(duk_double_t x) { function DUK_INTERNAL (line 13000) | DUK_INTERNAL duk_bool_t duk_double_is_neginf(duk_double_t x) { function DUK_INTERNAL (line 13006) | DUK_INTERNAL duk_bool_t duk_double_is_nan(duk_double_t x) { function DUK_INTERNAL (line 13016) | DUK_INTERNAL duk_bool_t duk_double_is_nan_or_zero(duk_double_t x) { function DUK_INTERNAL (line 13026) | DUK_INTERNAL duk_bool_t duk_double_is_nan_or_inf(duk_double_t x) { function DUK_INTERNAL (line 13043) | DUK_INTERNAL duk_bool_t duk_double_is_nan_zero_inf(duk_double_t x) { function DUK_INTERNAL (line 13083) | DUK_INTERNAL duk_small_uint_t duk_double_signbit(duk_double_t x) { function DUK_INTERNAL (line 13089) | DUK_INTERNAL duk_double_t duk_double_trunc_towards_zero(duk_double_t x) { function DUK_INTERNAL (line 13099) | DUK_INTERNAL duk_bool_t duk_double_same_sign(duk_double_t x, duk_double_... function DUK_INTERNAL (line 13108) | DUK_INTERNAL duk_double_t duk_double_fmin(duk_double_t x, duk_double_t y) { function DUK_INTERNAL (line 13117) | DUK_INTERNAL duk_double_t duk_double_fmax(duk_double_t x, duk_double_t y) { function DUK_INTERNAL (line 13266) | DUK_INTERNAL void *duk_default_alloc_function(void *udata, duk_size_t si... function DUK_INTERNAL (line 13275) | DUK_INTERNAL void *duk_default_realloc_function(void *udata, void *ptr, ... function DUK_INTERNAL (line 13284) | DUK_INTERNAL void duk_default_free_function(void *udata, void *ptr) { function DUK_EXTERNAL (line 13297) | DUK_EXTERNAL void *duk_resize_buffer(duk_hthread *thr, duk_idx_t idx, du... function DUK_EXTERNAL (line 13315) | DUK_EXTERNAL void *duk_steal_buffer(duk_hthread *thr, duk_idx_t idx, duk... function DUK_EXTERNAL (line 13345) | DUK_EXTERNAL void duk_config_buffer(duk_hthread *thr, duk_idx_t idx, voi... function DUK_LOCAL (line 13388) | DUK_LOCAL duk_uint8_t *duk__load_string_raw(duk_hthread *thr, duk_uint8_... function DUK_LOCAL (line 13397) | DUK_LOCAL duk_uint8_t *duk__load_buffer_raw(duk_hthread *thr, duk_uint8_... function DUK_LOCAL (line 13409) | DUK_LOCAL duk_uint8_t *duk__dump_hstring_raw(duk_uint8_t *p, duk_hstring... function DUK_LOCAL (line 13426) | DUK_LOCAL duk_uint8_t *duk__dump_hbuffer_raw(duk_hthread *thr, duk_uint8... function DUK_LOCAL (line 13445) | DUK_LOCAL duk_uint8_t *duk__dump_string_prop(duk_hthread *thr, duk_uint8... function DUK_LOCAL (line 13463) | DUK_LOCAL duk_uint8_t *duk__dump_buffer_prop(duk_hthread *thr, duk_uint8... function DUK_LOCAL (line 13481) | DUK_LOCAL duk_uint8_t *duk__dump_uint32_prop(duk_hthread *thr, duk_uint8... function DUK_LOCAL (line 13496) | DUK_LOCAL duk_uint8_t *duk__dump_varmap(duk_hthread *thr, duk_uint8_t *p... function DUK_LOCAL (line 13542) | DUK_LOCAL duk_uint8_t *duk__dump_formals(duk_hthread *thr, duk_uint8_t *... function duk_uint8_t (line 13588) | static duk_uint8_t *duk__dump_func(duk_hthread *thr, duk_hcompfunc *func... function duk_uint8_t (line 13743) | static duk_uint8_t *duk__load_func(duk_hthread *thr, duk_uint8_t *p, duk... function DUK_EXTERNAL (line 14046) | DUK_EXTERNAL void duk_dump_function(duk_hthread *thr) { function DUK_EXTERNAL (line 14077) | DUK_EXTERNAL void duk_load_function(duk_hthread *thr) { function DUK_EXTERNAL (line 14116) | DUK_EXTERNAL void duk_dump_function(duk_hthread *thr) { function DUK_EXTERNAL (line 14121) | DUK_EXTERNAL void duk_load_function(duk_hthread *thr) { type duk__pcall_prop_args (line 14158) | struct duk__pcall_prop_args { type duk__pcall_prop_args (line 14163) | typedef struct duk__pcall_prop_args duk__pcall_prop_args; type duk__pcall_method_args (line 14165) | struct duk__pcall_method_args { type duk__pcall_method_args (line 14169) | typedef struct duk__pcall_method_args duk__pcall_method_args; type duk__pcall_args (line 14171) | struct duk__pcall_args { type duk__pcall_args (line 14175) | typedef struct duk__pcall_args duk__pcall_args; function DUK_LOCAL (line 14181) | DUK_LOCAL duk_idx_t duk__call_get_idx_func(duk_hthread *thr, duk_idx_t n... function DUK_LOCAL (line 14201) | DUK_LOCAL duk_idx_t duk__call_get_idx_func_unvalidated(duk_hthread *thr,... function DUK_LOCAL (line 14218) | DUK_LOCAL void duk__call_prop_prep_stack(duk_hthread *thr, duk_idx_t nor... function DUK_EXTERNAL (line 14262) | DUK_EXTERNAL void duk_call(duk_hthread *thr, duk_idx_t nargs) { function DUK_EXTERNAL (line 14277) | DUK_EXTERNAL void duk_call_method(duk_hthread *thr, duk_idx_t nargs) { function DUK_EXTERNAL (line 14290) | DUK_EXTERNAL void duk_call_prop(duk_hthread *thr, duk_idx_t obj_idx, duk... function DUK_LOCAL (line 14310) | DUK_LOCAL duk_ret_t duk__pcall_raw(duk_hthread *thr, void *udata) { function DUK_EXTERNAL (line 14331) | DUK_EXTERNAL duk_int_t duk_pcall(duk_hthread *thr, duk_idx_t nargs) { function DUK_LOCAL (line 14346) | DUK_LOCAL duk_ret_t duk__pcall_method_raw(duk_hthread *thr, void *udata) { function DUK_INTERNAL (line 14366) | DUK_INTERNAL duk_int_t duk_pcall_method_flags(duk_hthread *thr, duk_idx_... function DUK_EXTERNAL (line 14381) | DUK_EXTERNAL duk_int_t duk_pcall_method(duk_hthread *thr, duk_idx_t narg... function DUK_LOCAL (line 14387) | DUK_LOCAL duk_ret_t duk__pcall_prop_raw(duk_hthread *thr, void *udata) { function DUK_EXTERNAL (line 14406) | DUK_EXTERNAL duk_int_t duk_pcall_prop(duk_hthread *thr, duk_idx_t obj_id... function DUK_EXTERNAL (line 14422) | DUK_EXTERNAL duk_int_t duk_safe_call(duk_hthread *thr, duk_safe_call_fun... function DUK_EXTERNAL (line 14463) | DUK_EXTERNAL void duk_new(duk_hthread *thr, duk_idx_t nargs) { function DUK_LOCAL (line 14477) | DUK_LOCAL duk_ret_t duk__pnew_helper(duk_hthread *thr, void *udata) { function DUK_EXTERNAL (line 14487) | DUK_EXTERNAL duk_int_t duk_pnew(duk_hthread *thr, duk_idx_t nargs) { function DUK_EXTERNAL (line 14506) | DUK_EXTERNAL duk_bool_t duk_is_constructor_call(duk_hthread *thr) { function DUK_INTERNAL (line 14521) | DUK_INTERNAL void duk_require_constructor_call(duk_hthread *thr) { function DUK_EXTERNAL (line 14529) | DUK_EXTERNAL duk_bool_t duk_is_strict_call(duk_hthread *thr) { function DUK_EXTERNAL (line 14556) | DUK_EXTERNAL duk_int_t duk_get_current_magic(duk_hthread *thr) { function DUK_EXTERNAL (line 14581) | DUK_EXTERNAL duk_int_t duk_get_magic(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 14606) | DUK_EXTERNAL void duk_set_magic(duk_hthread *thr, duk_idx_t idx, duk_int... function DUK_INTERNAL (line 14623) | DUK_INTERNAL void duk_resolve_nonbound_function(duk_hthread *thr) { function DUK_LOCAL (line 14670) | DUK_LOCAL const duk_uint8_t *duk__prep_codec_arg(duk_hthread *thr, duk_i... function DUK_LOCAL (line 14688) | DUK_LOCAL void duk__base64_encode_helper(const duk_uint8_t *src, duk_siz... function DUK_LOCAL (line 14744) | DUK_LOCAL void duk__base64_encode_helper(const duk_uint8_t *src, duk_siz... function DUK_LOCAL (line 14802) | DUK_LOCAL duk_bool_t duk__base64_decode_helper(const duk_uint8_t *src, d... function DUK_LOCAL (line 14937) | DUK_LOCAL duk_bool_t duk__base64_decode_helper(const duk_uint8_t *src, d... function DUK_EXTERNAL (line 15033) | DUK_EXTERNAL const char *duk_base64_encode(duk_hthread *thr, duk_idx_t i... function DUK_EXTERNAL (line 15072) | DUK_EXTERNAL void duk_base64_decode(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 15115) | DUK_EXTERNAL const char *duk_hex_encode(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 15171) | DUK_EXTERNAL void duk_hex_decode(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 15255) | DUK_EXTERNAL const char *duk_json_encode(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 15281) | DUK_EXTERNAL void duk_json_decode(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 15301) | DUK_EXTERNAL const char *duk_json_encode(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 15307) | DUK_EXTERNAL void duk_json_decode(duk_hthread *thr, duk_idx_t idx) { type duk__compile_raw_args (line 15320) | typedef struct duk__compile_raw_args duk__compile_raw_args; type duk__compile_raw_args (line 15321) | struct duk__compile_raw_args { function DUK_EXTERNAL (line 15328) | DUK_EXTERNAL duk_int_t duk_eval_raw(duk_hthread *thr, const char *src_bu... function DUK_LOCAL (line 15371) | DUK_LOCAL duk_ret_t duk__do_compile(duk_hthread *thr, void *udata) { function DUK_EXTERNAL (line 15443) | DUK_EXTERNAL duk_int_t duk_compile_raw(duk_hthread *thr, const char *src... function DUK_EXTERNAL (line 15493) | DUK_EXTERNAL void duk_push_context_dump(duk_hthread *thr) { function DUK_EXTERNAL (line 15527) | DUK_EXTERNAL void duk_push_context_dump(duk_hthread *thr) { function DUK_EXTERNAL (line 15535) | DUK_EXTERNAL void duk_debugger_attach(duk_hthread *thr, function DUK_EXTERNAL (line 15597) | DUK_EXTERNAL void duk_debugger_detach(duk_hthread *thr) { function DUK_EXTERNAL (line 15607) | DUK_EXTERNAL void duk_debugger_cooperate(duk_hthread *thr) { function DUK_EXTERNAL (line 15628) | DUK_EXTERNAL duk_bool_t duk_debugger_notify(duk_hthread *thr, duk_idx_t ... function DUK_EXTERNAL (line 15664) | DUK_EXTERNAL void duk_debugger_pause(duk_hthread *thr) { function DUK_EXTERNAL (line 15689) | DUK_EXTERNAL void duk_debugger_attach(duk_hthread *thr, function DUK_EXTERNAL (line 15710) | DUK_EXTERNAL void duk_debugger_detach(duk_hthread *thr) { function DUK_EXTERNAL (line 15715) | DUK_EXTERNAL void duk_debugger_cooperate(duk_hthread *thr) { function DUK_EXTERNAL (line 15721) | DUK_EXTERNAL duk_bool_t duk_debugger_notify(duk_hthread *thr, duk_idx_t ... function DUK_EXTERNAL (line 15737) | DUK_EXTERNAL void duk_debugger_pause(duk_hthread *thr) { type duk_internal_thread_state (line 15751) | typedef struct duk_internal_thread_state duk_internal_thread_state; type duk_internal_thread_state (line 15753) | struct duk_internal_thread_state { function DUK_EXTERNAL (line 15760) | DUK_EXTERNAL duk_hthread *duk_create_heap(duk_alloc_function alloc_func, function DUK_EXTERNAL (line 15811) | DUK_EXTERNAL void duk_destroy_heap(duk_hthread *thr) { function DUK_EXTERNAL (line 15824) | DUK_EXTERNAL void duk_suspend(duk_hthread *thr, duk_thread_state *state) { function DUK_EXTERNAL (line 15866) | DUK_EXTERNAL void duk_resume(duk_hthread *thr, const duk_thread_state *s... function DUK_EXTERNAL (line 15891) | DUK_EXTERNAL void duk_set_global_object(duk_hthread *thr) { function DUK_LOCAL (line 15960) | DUK_LOCAL void duk__inspect_multiple_uint(duk_hthread *thr, const char *... function DUK_EXTERNAL (line 16007) | DUK_EXTERNAL void duk_inspect_value(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 16136) | DUK_EXTERNAL void duk_inspect_callstack_entry(duk_hthread *thr, duk_int_... function DUK_EXTERNAL (line 16203) | DUK_EXTERNAL void *duk_alloc_raw(duk_hthread *thr, duk_size_t size) { function DUK_EXTERNAL (line 16209) | DUK_EXTERNAL void duk_free_raw(duk_hthread *thr, void *ptr) { function DUK_EXTERNAL (line 16215) | DUK_EXTERNAL void *duk_realloc_raw(duk_hthread *thr, void *ptr, duk_size... function DUK_EXTERNAL (line 16221) | DUK_EXTERNAL void *duk_alloc(duk_hthread *thr, duk_size_t size) { function DUK_EXTERNAL (line 16227) | DUK_EXTERNAL void duk_free(duk_hthread *thr, void *ptr) { function DUK_EXTERNAL (line 16233) | DUK_EXTERNAL void *duk_realloc(duk_hthread *thr, void *ptr, duk_size_t s... function DUK_EXTERNAL (line 16249) | DUK_EXTERNAL void duk_get_memory_functions(duk_hthread *thr, duk_memory_... function DUK_EXTERNAL (line 16264) | DUK_EXTERNAL void duk_gc(duk_hthread *thr, duk_uint_t flags) { function DUK_EXTERNAL (line 16292) | DUK_EXTERNAL duk_bool_t duk_get_prop(duk_hthread *thr, duk_idx_t obj_idx) { function DUK_EXTERNAL (line 16315) | DUK_EXTERNAL duk_bool_t duk_get_prop_string(duk_hthread *thr, duk_idx_t ... function DUK_EXTERNAL (line 16324) | DUK_EXTERNAL duk_bool_t duk_get_prop_lstring(duk_hthread *thr, duk_idx_t... function DUK_EXTERNAL (line 16333) | DUK_EXTERNAL duk_bool_t duk_get_prop_index(duk_hthread *thr, duk_idx_t o... function DUK_EXTERNAL (line 16341) | DUK_EXTERNAL duk_bool_t duk_get_prop_heapptr(duk_hthread *thr, duk_idx_t... function DUK_INTERNAL (line 16349) | DUK_INTERNAL duk_bool_t duk_get_prop_stridx(duk_hthread *thr, duk_idx_t ... function DUK_INTERNAL (line 16358) | DUK_INTERNAL duk_bool_t duk_get_prop_stridx_short_raw(duk_hthread *thr, ... function DUK_INTERNAL (line 16363) | DUK_INTERNAL duk_bool_t duk_get_prop_stridx_boolean(duk_hthread *thr, du... function DUK_LOCAL (line 16379) | DUK_LOCAL duk_bool_t duk__put_prop_shared(duk_hthread *thr, duk_idx_t ob... function DUK_EXTERNAL (line 16409) | DUK_EXTERNAL duk_bool_t duk_put_prop(duk_hthread *thr, duk_idx_t obj_idx) { function DUK_EXTERNAL (line 16414) | DUK_EXTERNAL duk_bool_t duk_put_prop_string(duk_hthread *thr, duk_idx_t ... function DUK_EXTERNAL (line 16427) | DUK_EXTERNAL duk_bool_t duk_put_prop_lstring(duk_hthread *thr, duk_idx_t... function DUK_EXTERNAL (line 16436) | DUK_EXTERNAL duk_bool_t duk_put_prop_index(duk_hthread *thr, duk_idx_t o... function DUK_EXTERNAL (line 16444) | DUK_EXTERNAL duk_bool_t duk_put_prop_heapptr(duk_hthread *thr, duk_idx_t... function DUK_INTERNAL (line 16453) | DUK_INTERNAL duk_bool_t duk_put_prop_stridx(duk_hthread *thr, duk_idx_t ... function DUK_INTERNAL (line 16462) | DUK_INTERNAL duk_bool_t duk_put_prop_stridx_short_raw(duk_hthread *thr, ... function DUK_EXTERNAL (line 16467) | DUK_EXTERNAL duk_bool_t duk_del_prop(duk_hthread *thr, duk_idx_t obj_idx) { function DUK_EXTERNAL (line 16490) | DUK_EXTERNAL duk_bool_t duk_del_prop_string(duk_hthread *thr, duk_idx_t ... function DUK_EXTERNAL (line 16499) | DUK_EXTERNAL duk_bool_t duk_del_prop_lstring(duk_hthread *thr, duk_idx_t... function DUK_EXTERNAL (line 16508) | DUK_EXTERNAL duk_bool_t duk_del_prop_index(duk_hthread *thr, duk_idx_t o... function DUK_EXTERNAL (line 16516) | DUK_EXTERNAL duk_bool_t duk_del_prop_heapptr(duk_hthread *thr, duk_idx_t... function DUK_INTERNAL (line 16524) | DUK_INTERNAL duk_bool_t duk_del_prop_stridx(duk_hthread *thr, duk_idx_t ... function DUK_INTERNAL (line 16534) | DUK_INTERNAL duk_bool_t duk_del_prop_stridx_short_raw(duk_hthread *thr, ... function DUK_EXTERNAL (line 16540) | DUK_EXTERNAL duk_bool_t duk_has_prop(duk_hthread *thr, duk_idx_t obj_idx) { function DUK_EXTERNAL (line 16561) | DUK_EXTERNAL duk_bool_t duk_has_prop_string(duk_hthread *thr, duk_idx_t ... function DUK_EXTERNAL (line 16570) | DUK_EXTERNAL duk_bool_t duk_has_prop_lstring(duk_hthread *thr, duk_idx_t... function DUK_EXTERNAL (line 16579) | DUK_EXTERNAL duk_bool_t duk_has_prop_index(duk_hthread *thr, duk_idx_t o... function DUK_EXTERNAL (line 16587) | DUK_EXTERNAL duk_bool_t duk_has_prop_heapptr(duk_hthread *thr, duk_idx_t... function DUK_INTERNAL (line 16595) | DUK_INTERNAL duk_bool_t duk_has_prop_stridx(duk_hthread *thr, duk_idx_t ... function DUK_INTERNAL (line 16605) | DUK_INTERNAL duk_bool_t duk_has_prop_stridx_short_raw(duk_hthread *thr, ... function DUK_INTERNAL (line 16616) | DUK_INTERNAL void duk_xdef_prop(duk_hthread *thr, duk_idx_t obj_idx, duk... function DUK_INTERNAL (line 16633) | DUK_INTERNAL void duk_xdef_prop_index(duk_hthread *thr, duk_idx_t obj_id... function DUK_INTERNAL (line 16645) | DUK_INTERNAL void duk_xdef_prop_stridx(duk_hthread *thr, duk_idx_t obj_i... function DUK_INTERNAL (line 16662) | DUK_INTERNAL void duk_xdef_prop_stridx_short_raw(duk_hthread *thr, duk_u... function DUK_INTERNAL (line 16669) | DUK_INTERNAL void duk_xdef_prop_stridx_builtin(duk_hthread *thr, duk_idx... function DUK_INTERNAL (line 16693) | DUK_INTERNAL void duk_xdef_prop_stridx_thrower(duk_hthread *thr, duk_idx... function DUK_EXTERNAL (line 16704) | DUK_EXTERNAL void duk_get_prop_desc(duk_hthread *thr, duk_idx_t obj_idx,... function DUK_EXTERNAL (line 16712) | DUK_EXTERNAL void duk_def_prop(duk_hthread *thr, duk_idx_t obj_idx, duk_... function DUK_EXTERNAL (line 16805) | DUK_EXTERNAL void duk_compact(duk_hthread *thr, duk_idx_t obj_idx) { function DUK_INTERNAL (line 16817) | DUK_INTERNAL void duk_compact_m1(duk_hthread *thr) { function DUK_EXTERNAL (line 16825) | DUK_EXTERNAL void duk_enum(duk_hthread *thr, duk_idx_t obj_idx, duk_uint... function DUK_EXTERNAL (line 16833) | DUK_EXTERNAL duk_bool_t duk_next(duk_hthread *thr, duk_idx_t enum_index,... function DUK_INTERNAL (line 16841) | DUK_INTERNAL void duk_seal_freeze_raw(duk_hthread *thr, duk_idx_t obj_id... function DUK_EXTERNAL (line 16895) | DUK_EXTERNAL void duk_seal(duk_hthread *thr, duk_idx_t obj_idx) { function DUK_EXTERNAL (line 16901) | DUK_EXTERNAL void duk_freeze(duk_hthread *thr, duk_idx_t obj_idx) { function DUK_EXTERNAL (line 16911) | DUK_EXTERNAL void duk_put_function_list(duk_hthread *thr, duk_idx_t obj_... function DUK_EXTERNAL (line 16926) | DUK_EXTERNAL void duk_put_number_list(duk_hthread *thr, duk_idx_t obj_id... function DUK_EXTERNAL (line 16948) | DUK_EXTERNAL duk_bool_t duk_get_global_string(duk_hthread *thr, const ch... function DUK_EXTERNAL (line 16962) | DUK_EXTERNAL duk_bool_t duk_get_global_lstring(duk_hthread *thr, const c... function DUK_EXTERNAL (line 16976) | DUK_EXTERNAL duk_bool_t duk_put_global_string(duk_hthread *thr, const ch... function DUK_EXTERNAL (line 16991) | DUK_EXTERNAL duk_bool_t duk_put_global_lstring(duk_hthread *thr, const c... function DUK_EXTERNAL (line 17010) | DUK_EXTERNAL void duk_get_prototype(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 17028) | DUK_EXTERNAL void duk_set_prototype(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 17063) | DUK_EXTERNAL void duk_get_finalizer(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 17069) | DUK_EXTERNAL void duk_set_finalizer(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 17097) | DUK_EXTERNAL void duk_get_finalizer(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 17103) | DUK_EXTERNAL void duk_set_finalizer(duk_hthread *thr, duk_idx_t idx) { function DUK_LOCAL (line 17193) | DUK_LOCAL duk_small_uint_t duk__get_symbol_type(duk_hstring *h) { function DUK_LOCAL (line 17220) | DUK_LOCAL const char *duk__get_symbol_type_string(duk_hstring *h) { function DUK_LOCAL (line 17229) | DUK_LOCAL duk_int_t duk__api_coerce_d2i(duk_hthread *thr, duk_idx_t idx,... function DUK_LOCAL (line 17290) | DUK_LOCAL duk_uint_t duk__api_coerce_d2ui(duk_hthread *thr, duk_idx_t id... function DUK_EXTERNAL (line 17350) | DUK_EXTERNAL duk_idx_t duk_normalize_index(duk_hthread *thr, duk_idx_t i... function DUK_EXTERNAL (line 17385) | DUK_EXTERNAL duk_idx_t duk_require_normalize_index(duk_hthread *thr, duk... function DUK_INTERNAL (line 17413) | DUK_INTERNAL duk_tval *duk_get_tval(duk_hthread *thr, duk_idx_t idx) { function DUK_INTERNAL (line 17448) | DUK_INTERNAL duk_tval *duk_get_tval_or_unused(duk_hthread *thr, duk_idx_... function DUK_INTERNAL (line 17460) | DUK_INTERNAL duk_tval *duk_require_tval(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 17490) | DUK_EXTERNAL duk_bool_t duk_is_valid_index(duk_hthread *thr, duk_idx_t i... function DUK_EXTERNAL (line 17498) | DUK_EXTERNAL void duk_require_valid_index(duk_hthread *thr, duk_idx_t id... function DUK_EXTERNAL (line 17512) | DUK_EXTERNAL duk_idx_t duk_get_top(duk_hthread *thr) { function DUK_INTERNAL (line 17521) | DUK_INTERNAL duk_idx_t duk_get_top_require_min(duk_hthread *thr, duk_idx... function DUK_EXTERNAL (line 17537) | DUK_EXTERNAL void duk_set_top(duk_hthread *thr, duk_idx_t idx) { function DUK_INTERNAL (line 17634) | DUK_INTERNAL void duk_set_top_unsafe(duk_hthread *thr, duk_idx_t idx) { function DUK_INTERNAL (line 17640) | DUK_INTERNAL void duk_set_top_unsafe(duk_hthread *thr, duk_idx_t idx) { function DUK_INTERNAL (line 17708) | DUK_INTERNAL void duk_set_top_and_wipe(duk_hthread *thr, duk_idx_t top, ... function DUK_EXTERNAL (line 17720) | DUK_EXTERNAL duk_idx_t duk_get_top_index(duk_hthread *thr) { function DUK_INTERNAL (line 17739) | DUK_INTERNAL duk_idx_t duk_get_top_index_unsafe(duk_hthread *thr) { function DUK_EXTERNAL (line 17748) | DUK_EXTERNAL duk_idx_t duk_require_top_index(duk_hthread *thr) { function DUK_NOINLINE (line 17785) | DUK_NOINLINE duk_bool_t duk__resize_valstack(duk_hthread *thr, duk_size_... function DUK_NOINLINE (line 17932) | DUK_NOINLINE duk_bool_t duk__valstack_grow(duk_hthread *thr, duk_size_t ... function duk_valstack_grow_check_throw (line 17977) | void duk_valstack_grow_check_throw(duk_hthread *thr, duk_size_t min_byte... function duk_bool_t (line 17995) | duk_bool_t duk_valstack_grow_check_nothrow(duk_hthread *thr, duk_size_t ... function DUK_INTERNAL (line 18010) | DUK_INTERNAL void duk_valstack_shrink_check_nothrow(duk_hthread *thr, du... function DUK_EXTERNAL (line 18077) | DUK_EXTERNAL duk_bool_t duk_check_stack(duk_hthread *thr, duk_idx_t extr... function DUK_EXTERNAL (line 18100) | DUK_EXTERNAL void duk_require_stack(duk_hthread *thr, duk_idx_t extra) { function DUK_EXTERNAL (line 18123) | DUK_EXTERNAL duk_bool_t duk_check_stack_top(duk_hthread *thr, duk_idx_t ... function DUK_EXTERNAL (line 18146) | DUK_EXTERNAL void duk_require_stack_top(duk_hthread *thr, duk_idx_t top) { function DUK_EXTERNAL (line 18173) | DUK_EXTERNAL void duk_swap(duk_hthread *thr, duk_idx_t idx1, duk_idx_t i... function DUK_EXTERNAL (line 18191) | DUK_EXTERNAL void duk_swap_top(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 18197) | DUK_EXTERNAL void duk_dup(duk_hthread *thr, duk_idx_t from_idx) { function DUK_EXTERNAL (line 18212) | DUK_EXTERNAL void duk_dup_top(duk_hthread *thr) { function DUK_INTERNAL (line 18235) | DUK_INTERNAL void duk_dup_0(duk_hthread *thr) { function DUK_INTERNAL (line 18239) | DUK_INTERNAL void duk_dup_1(duk_hthread *thr) { function DUK_INTERNAL (line 18243) | DUK_INTERNAL void duk_dup_2(duk_hthread *thr) { function DUK_INTERNAL (line 18247) | DUK_INTERNAL void duk_dup_m2(duk_hthread *thr) { function DUK_INTERNAL (line 18251) | DUK_INTERNAL void duk_dup_m3(duk_hthread *thr) { function DUK_INTERNAL (line 18255) | DUK_INTERNAL void duk_dup_m4(duk_hthread *thr) { function DUK_EXTERNAL (line 18260) | DUK_EXTERNAL void duk_insert(duk_hthread *thr, duk_idx_t to_idx) { function DUK_INTERNAL (line 18300) | DUK_INTERNAL void duk_insert_undefined(duk_hthread *thr, duk_idx_t idx) { function DUK_INTERNAL (line 18308) | DUK_INTERNAL void duk_insert_undefined_n(duk_hthread *thr, duk_idx_t idx... function DUK_EXTERNAL (line 18323) | DUK_EXTERNAL void duk_replace(duk_hthread *thr, duk_idx_t to_idx) { function DUK_EXTERNAL (line 18345) | DUK_EXTERNAL void duk_copy(duk_hthread *thr, duk_idx_t from_idx, duk_idx... function DUK_EXTERNAL (line 18360) | DUK_EXTERNAL void duk_remove(duk_hthread *thr, duk_idx_t idx) { function DUK_INTERNAL (line 18399) | DUK_INTERNAL void duk_remove_unsafe(duk_hthread *thr, duk_idx_t idx) { function DUK_INTERNAL (line 18405) | DUK_INTERNAL void duk_remove_m2(duk_hthread *thr) { function DUK_INTERNAL (line 18411) | DUK_INTERNAL void duk_remove_n(duk_hthread *thr, duk_idx_t idx, duk_idx_... function DUK_INTERNAL (line 18456) | DUK_INTERNAL void duk_remove_n_unsafe(duk_hthread *thr, duk_idx_t idx, d... function DUK_EXTERNAL (line 18466) | DUK_EXTERNAL void duk_xcopymove_raw(duk_hthread *to_thr, duk_hthread *fr... function DUK_INTERNAL (line 18540) | DUK_INTERNAL duk_tval *duk_reserve_gap(duk_hthread *thr, duk_idx_t idx_b... function DUK_EXTERNAL (line 18570) | DUK_EXTERNAL void duk_require_undefined(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 18582) | DUK_EXTERNAL void duk_require_null(duk_hthread *thr, duk_idx_t idx) { function duk_bool_t (line 18594) | duk_bool_t duk__get_boolean_raw(duk_hthread *thr, duk_idx_t idx, duk_boo... function DUK_EXTERNAL (line 18613) | DUK_EXTERNAL duk_bool_t duk_get_boolean(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 18619) | DUK_EXTERNAL duk_bool_t duk_get_boolean_default(duk_hthread *thr, duk_id... function DUK_EXTERNAL (line 18625) | DUK_EXTERNAL duk_bool_t duk_require_boolean(duk_hthread *thr, duk_idx_t ... function DUK_EXTERNAL (line 18642) | DUK_EXTERNAL duk_bool_t duk_opt_boolean(duk_hthread *thr, duk_idx_t idx,... function duk_double_t (line 18651) | duk_double_t duk__get_number_raw(duk_hthread *thr, duk_idx_t idx, duk_do... function DUK_EXTERNAL (line 18680) | DUK_EXTERNAL duk_double_t duk_get_number(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 18685) | DUK_EXTERNAL duk_double_t duk_get_number_default(duk_hthread *thr, duk_i... function DUK_EXTERNAL (line 18690) | DUK_EXTERNAL duk_double_t duk_require_number(duk_hthread *thr, duk_idx_t... function DUK_EXTERNAL (line 18712) | DUK_EXTERNAL duk_double_t duk_opt_number(duk_hthread *thr, duk_idx_t idx... function DUK_EXTERNAL (line 18722) | DUK_EXTERNAL duk_int_t duk_get_int(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 18728) | DUK_EXTERNAL duk_uint_t duk_get_uint(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 18734) | DUK_EXTERNAL duk_int_t duk_get_int_default(duk_hthread *thr, duk_idx_t i... function DUK_EXTERNAL (line 18740) | DUK_EXTERNAL duk_uint_t duk_get_uint_default(duk_hthread *thr, duk_idx_t... function DUK_EXTERNAL (line 18746) | DUK_EXTERNAL duk_int_t duk_require_int(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 18752) | DUK_EXTERNAL duk_uint_t duk_require_uint(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 18758) | DUK_EXTERNAL duk_int_t duk_opt_int(duk_hthread *thr, duk_idx_t idx, duk_... function DUK_EXTERNAL (line 18767) | DUK_EXTERNAL duk_uint_t duk_opt_uint(duk_hthread *thr, duk_idx_t idx, du... function DUK_EXTERNAL (line 18776) | DUK_EXTERNAL const char *duk_get_lstring(duk_hthread *thr, duk_idx_t idx... function DUK_EXTERNAL (line 18798) | DUK_EXTERNAL const char *duk_require_lstring(duk_hthread *thr, duk_idx_t... function DUK_INTERNAL (line 18811) | DUK_INTERNAL const char *duk_require_lstring_notsymbol(duk_hthread *thr,... function DUK_EXTERNAL (line 18824) | DUK_EXTERNAL const char *duk_get_string(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 18837) | DUK_EXTERNAL const char *duk_opt_lstring(duk_hthread *thr, duk_idx_t idx... function DUK_EXTERNAL (line 18849) | DUK_EXTERNAL const char *duk_opt_string(duk_hthread *thr, duk_idx_t idx,... function DUK_EXTERNAL (line 18858) | DUK_EXTERNAL const char *duk_get_lstring_default(duk_hthread *thr, duk_i... function DUK_EXTERNAL (line 18880) | DUK_EXTERNAL const char *duk_get_string_default(duk_hthread *thr, duk_id... function DUK_INTERNAL (line 18893) | DUK_INTERNAL const char *duk_get_string_notsymbol(duk_hthread *thr, duk_... function DUK_EXTERNAL (line 18906) | DUK_EXTERNAL const char *duk_require_string(duk_hthread *thr, duk_idx_t ... function DUK_INTERNAL (line 18912) | DUK_INTERNAL const char *duk_require_string_notsymbol(duk_hthread *thr, ... function DUK_EXTERNAL (line 18922) | DUK_EXTERNAL void duk_require_object(duk_hthread *thr, duk_idx_t idx) { function DUK_LOCAL (line 18934) | DUK_LOCAL void *duk__get_pointer_raw(duk_hthread *thr, duk_idx_t idx, vo... function DUK_EXTERNAL (line 18950) | DUK_EXTERNAL void *duk_get_pointer(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 18955) | DUK_EXTERNAL void *duk_opt_pointer(duk_hthread *thr, duk_idx_t idx, void... function DUK_EXTERNAL (line 18964) | DUK_EXTERNAL void *duk_get_pointer_default(duk_hthread *thr, duk_idx_t i... function DUK_EXTERNAL (line 18969) | DUK_EXTERNAL void *duk_require_pointer(duk_hthread *thr, duk_idx_t idx) { function DUK_INTERNAL (line 18988) | DUK_INTERNAL void *duk_get_voidptr(duk_hthread *thr, duk_idx_t idx) { function DUK_LOCAL (line 19006) | DUK_LOCAL void *duk__get_buffer_helper(duk_hthread *thr, duk_idx_t idx, ... function DUK_EXTERNAL (line 19040) | DUK_EXTERNAL void *duk_get_buffer(duk_hthread *thr, duk_idx_t idx, duk_s... function DUK_EXTERNAL (line 19046) | DUK_EXTERNAL void *duk_opt_buffer(duk_hthread *thr, duk_idx_t idx, duk_s... function DUK_EXTERNAL (line 19058) | DUK_EXTERNAL void *duk_get_buffer_default(duk_hthread *thr, duk_idx_t id... function DUK_EXTERNAL (line 19064) | DUK_EXTERNAL void *duk_require_buffer(duk_hthread *thr, duk_idx_t idx, d... function DUK_INTERNAL (line 19075) | DUK_INTERNAL void *duk_get_buffer_data_raw(duk_hthread *thr, duk_idx_t i... function DUK_EXTERNAL (line 19136) | DUK_EXTERNAL void *duk_get_buffer_data(duk_hthread *thr, duk_idx_t idx, ... function DUK_EXTERNAL (line 19141) | DUK_EXTERNAL void *duk_get_buffer_data_default(duk_hthread *thr, duk_idx... function DUK_EXTERNAL (line 19146) | DUK_EXTERNAL void *duk_opt_buffer_data(duk_hthread *thr, duk_idx_t idx, ... function DUK_EXTERNAL (line 19158) | DUK_EXTERNAL void *duk_require_buffer_data(duk_hthread *thr, duk_idx_t i... function DUK_LOCAL (line 19168) | DUK_LOCAL duk_heaphdr *duk__get_tagged_heaphdr_raw(duk_hthread *thr, duk... function DUK_INTERNAL (line 19186) | DUK_INTERNAL duk_hstring *duk_get_hstring(duk_hthread *thr, duk_idx_t id... function DUK_INTERNAL (line 19191) | DUK_INTERNAL duk_hstring *duk_get_hstring_notsymbol(duk_hthread *thr, du... function DUK_INTERNAL (line 19203) | DUK_INTERNAL duk_hstring *duk_require_hstring(duk_hthread *thr, duk_idx_... function DUK_INTERNAL (line 19215) | DUK_INTERNAL duk_hstring *duk_require_hstring_notsymbol(duk_hthread *thr... function DUK_INTERNAL (line 19227) | DUK_INTERNAL duk_hobject *duk_get_hobject(duk_hthread *thr, duk_idx_t id... function DUK_INTERNAL (line 19232) | DUK_INTERNAL duk_hobject *duk_require_hobject(duk_hthread *thr, duk_idx_... function DUK_INTERNAL (line 19244) | DUK_INTERNAL duk_hbuffer *duk_get_hbuffer(duk_hthread *thr, duk_idx_t id... function DUK_INTERNAL (line 19249) | DUK_INTERNAL duk_hbuffer *duk_require_hbuffer(duk_hthread *thr, duk_idx_... function DUK_INTERNAL (line 19261) | DUK_INTERNAL duk_hthread *duk_get_hthread(duk_hthread *thr, duk_idx_t id... function DUK_INTERNAL (line 19273) | DUK_INTERNAL duk_hthread *duk_require_hthread(duk_hthread *thr, duk_idx_... function DUK_INTERNAL (line 19285) | DUK_INTERNAL duk_hcompfunc *duk_get_hcompfunc(duk_hthread *thr, duk_idx_... function DUK_INTERNAL (line 19297) | DUK_INTERNAL duk_hcompfunc *duk_require_hcompfunc(duk_hthread *thr, duk_... function DUK_INTERNAL (line 19309) | DUK_INTERNAL duk_hnatfunc *duk_get_hnatfunc(duk_hthread *thr, duk_idx_t ... function DUK_INTERNAL (line 19321) | DUK_INTERNAL duk_hnatfunc *duk_require_hnatfunc(duk_hthread *thr, duk_id... function DUK_EXTERNAL (line 19333) | DUK_EXTERNAL duk_c_function duk_get_c_function(duk_hthread *thr, duk_idx... function DUK_EXTERNAL (line 19357) | DUK_EXTERNAL duk_c_function duk_opt_c_function(duk_hthread *thr, duk_idx... function DUK_EXTERNAL (line 19366) | DUK_EXTERNAL duk_c_function duk_get_c_function_default(duk_hthread *thr,... function DUK_EXTERNAL (line 19379) | DUK_EXTERNAL duk_c_function duk_require_c_function(duk_hthread *thr, duk... function DUK_EXTERNAL (line 19391) | DUK_EXTERNAL void duk_require_function(duk_hthread *thr, duk_idx_t idx) { function DUK_INTERNAL (line 19398) | DUK_INTERNAL void duk_require_constructable(duk_hthread *thr, duk_idx_t ... function DUK_EXTERNAL (line 19410) | DUK_EXTERNAL duk_hthread *duk_get_context(duk_hthread *thr, duk_idx_t id... function DUK_EXTERNAL (line 19416) | DUK_EXTERNAL duk_hthread *duk_require_context(duk_hthread *thr, duk_idx_... function DUK_EXTERNAL (line 19422) | DUK_EXTERNAL duk_hthread *duk_opt_context(duk_hthread *thr, duk_idx_t id... function DUK_EXTERNAL (line 19431) | DUK_EXTERNAL duk_hthread *duk_get_context_default(duk_hthread *thr, duk_... function DUK_EXTERNAL (line 19444) | DUK_EXTERNAL void *duk_get_heapptr(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 19461) | DUK_EXTERNAL void *duk_opt_heapptr(duk_hthread *thr, duk_idx_t idx, void... function DUK_EXTERNAL (line 19470) | DUK_EXTERNAL void *duk_get_heapptr_default(duk_hthread *thr, duk_idx_t i... function DUK_EXTERNAL (line 19483) | DUK_EXTERNAL void *duk_require_heapptr(duk_hthread *thr, duk_idx_t idx) { function DUK_LOCAL (line 19501) | DUK_LOCAL duk_hobject *duk__get_hobject_promote_mask_raw(duk_hthread *th... function DUK_INTERNAL (line 19537) | DUK_INTERNAL duk_hobject *duk_get_hobject_promote_mask(duk_hthread *thr,... function DUK_INTERNAL (line 19545) | DUK_INTERNAL duk_hobject *duk_require_hobject_promote_mask(duk_hthread *... function DUK_INTERNAL (line 19553) | DUK_INTERNAL duk_hobject *duk_require_hobject_accept_mask(duk_hthread *t... function DUK_INTERNAL (line 19558) | DUK_INTERNAL duk_hobject *duk_get_hobject_with_class(duk_hthread *thr, d... function DUK_INTERNAL (line 19572) | DUK_INTERNAL duk_hobject *duk_require_hobject_with_class(duk_hthread *th... function DUK_EXTERNAL (line 19590) | DUK_EXTERNAL duk_size_t duk_get_length(duk_hthread *thr, duk_idx_t idx) { function DUK_LOCAL (line 19675) | DUK_LOCAL duk_heaphdr *duk__known_heaphdr(duk_hthread *thr, duk_idx_t id... function DUK_INTERNAL (line 19692) | DUK_INTERNAL duk_hstring *duk_known_hstring(duk_hthread *thr, duk_idx_t ... function DUK_INTERNAL (line 19698) | DUK_INTERNAL duk_hobject *duk_known_hobject(duk_hthread *thr, duk_idx_t ... function DUK_INTERNAL (line 19704) | DUK_INTERNAL duk_hbuffer *duk_known_hbuffer(duk_hthread *thr, duk_idx_t ... function DUK_INTERNAL (line 19710) | DUK_INTERNAL duk_hcompfunc *duk_known_hcompfunc(duk_hthread *thr, duk_id... function DUK_INTERNAL (line 19716) | DUK_INTERNAL duk_hnatfunc *duk_known_hnatfunc(duk_hthread *thr, duk_idx_... function DUK_EXTERNAL (line 19722) | DUK_EXTERNAL void duk_set_length(duk_hthread *thr, duk_idx_t idx, duk_si... function DUK_LOCAL (line 19740) | DUK_LOCAL duk_bool_t duk__defaultvalue_coerce_attempt(duk_hthread *thr, ... function DUK_EXTERNAL (line 19757) | DUK_EXTERNAL void duk_to_undefined(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 19767) | DUK_EXTERNAL void duk_to_null(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 19778) | DUK_EXTERNAL void duk_to_primitive(duk_hthread *thr, duk_idx_t idx, duk_... function DUK_EXTERNAL (line 19858) | DUK_EXTERNAL duk_bool_t duk_to_boolean(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 19877) | DUK_EXTERNAL duk_double_t duk_to_number(duk_hthread *thr, duk_idx_t idx) { function DUK_INTERNAL (line 19897) | DUK_INTERNAL duk_double_t duk_to_number_m1(duk_hthread *thr) { function DUK_INTERNAL (line 19901) | DUK_INTERNAL duk_double_t duk_to_number_m2(duk_hthread *thr) { function DUK_INTERNAL (line 19906) | DUK_INTERNAL duk_double_t duk_to_number_tval(duk_hthread *thr, duk_tval ... type duk_double_t (line 19941) | typedef duk_double_t (*duk__toint_coercer)(duk_hthread *thr, duk_tval *tv); function DUK_LOCAL (line 19943) | DUK_LOCAL duk_double_t duk__to_int_uint_helper(duk_hthread *thr, duk_idx... function DUK_EXTERNAL (line 19971) | DUK_EXTERNAL duk_int_t duk_to_int(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 19980) | DUK_EXTERNAL duk_uint_t duk_to_uint(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 19989) | DUK_EXTERNAL duk_int32_t duk_to_int32(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 20005) | DUK_EXTERNAL duk_uint32_t duk_to_uint32(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 20021) | DUK_EXTERNAL duk_uint16_t duk_to_uint16(duk_hthread *thr, duk_idx_t idx) { function DUK_INTERNAL (line 20039) | DUK_INTERNAL duk_uint8_t duk_to_uint8clamped(duk_hthread *thr, duk_idx_t... function DUK_EXTERNAL (line 20076) | DUK_EXTERNAL const char *duk_to_lstring(duk_hthread *thr, duk_idx_t idx,... function DUK_LOCAL (line 20084) | DUK_LOCAL duk_ret_t duk__safe_to_string_raw(duk_hthread *thr, void *udat... function DUK_EXTERNAL (line 20092) | DUK_EXTERNAL const char *duk_safe_to_lstring(duk_hthread *thr, duk_idx_t... function DUK_INTERNAL (line 20125) | DUK_INTERNAL duk_hstring *duk_to_property_key_hstring(duk_hthread *thr, ... function DUK_INTERNAL (line 20145) | DUK_INTERNAL duk_hstring *duk_safe_to_hstring(duk_hthread *thr, duk_idx_... function DUK_INTERNAL (line 20156) | DUK_INTERNAL void duk_push_class_string_tval(duk_hthread *thr, duk_tval ... function DUK_INTERNAL (line 20236) | DUK_INTERNAL duk_int_t duk_to_int_clamped_raw(duk_hthread *thr, duk_idx_... function DUK_INTERNAL (line 20298) | DUK_INTERNAL duk_int_t duk_to_int_clamped(duk_hthread *thr, duk_idx_t id... function DUK_INTERNAL (line 20306) | DUK_INTERNAL duk_int_t duk_to_int_check_range(duk_hthread *thr, duk_idx_... function DUK_EXTERNAL (line 20311) | DUK_EXTERNAL const char *duk_to_string(duk_hthread *thr, duk_idx_t idx) { function DUK_INTERNAL (line 20410) | DUK_INTERNAL duk_hstring *duk_to_hstring(duk_hthread *thr, duk_idx_t idx) { function DUK_INTERNAL (line 20421) | DUK_INTERNAL duk_hstring *duk_to_hstring_m1(duk_hthread *thr) { function DUK_INTERNAL (line 20426) | DUK_INTERNAL duk_hstring *duk_to_hstring_acceptsymbol(duk_hthread *thr, ... function DUK_EXTERNAL (line 20445) | DUK_EXTERNAL const char *duk_buffer_to_string(duk_hthread *thr, duk_idx_... function DUK_EXTERNAL (line 20462) | DUK_EXTERNAL void *duk_to_buffer_raw(duk_hthread *thr, duk_idx_t idx, du... function DUK_EXTERNAL (line 20522) | DUK_EXTERNAL void *duk_to_pointer(duk_hthread *thr, duk_idx_t idx) { function DUK_LOCAL (line 20572) | DUK_LOCAL void duk__push_func_from_lightfunc(duk_hthread *thr, duk_c_fun... function DUK_EXTERNAL (line 20610) | DUK_EXTERNAL void duk_to_object(duk_hthread *thr, duk_idx_t idx) { function DUK_INTERNAL (line 20734) | DUK_INTERNAL duk_hobject *duk_to_hobject(duk_hthread *thr, duk_idx_t idx) { function DUK_LOCAL (line 20748) | DUK_LOCAL duk_bool_t duk__tag_check(duk_hthread *thr, duk_idx_t idx, duk... function DUK_LOCAL (line 20756) | DUK_LOCAL duk_bool_t duk__obj_flag_any_default_false(duk_hthread *thr, d... function DUK_INTERNAL (line 20768) | DUK_INTERNAL duk_int_t duk_get_type_tval(duk_tval *tv) { function DUK_EXTERNAL (line 20807) | DUK_EXTERNAL duk_int_t duk_get_type(duk_hthread *thr, duk_idx_t idx) { function DUK_INTERNAL (line 20832) | DUK_INTERNAL const char *duk_get_type_name(duk_hthread *thr, duk_idx_t i... function DUK_INTERNAL (line 20845) | DUK_INTERNAL duk_small_uint_t duk_get_class_number(duk_hthread *thr, duk... function DUK_EXTERNAL (line 20871) | DUK_EXTERNAL duk_bool_t duk_check_type(duk_hthread *thr, duk_idx_t idx, ... function DUK_INTERNAL (line 20877) | DUK_INTERNAL duk_uint_t duk_get_type_mask_tval(duk_tval *tv) { function DUK_EXTERNAL (line 20916) | DUK_EXTERNAL duk_uint_t duk_get_type_mask(duk_hthread *thr, duk_idx_t id... function DUK_EXTERNAL (line 20927) | DUK_EXTERNAL duk_bool_t duk_check_type_mask(duk_hthread *thr, duk_idx_t ... function DUK_EXTERNAL (line 20940) | DUK_EXTERNAL duk_bool_t duk_is_undefined(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 20945) | DUK_EXTERNAL duk_bool_t duk_is_null(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 20950) | DUK_EXTERNAL duk_bool_t duk_is_boolean(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 20955) | DUK_EXTERNAL duk_bool_t duk_is_number(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 20972) | DUK_EXTERNAL duk_bool_t duk_is_nan(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 20993) | DUK_EXTERNAL duk_bool_t duk_is_string(duk_hthread *thr, duk_idx_t idx) { function DUK_INTERNAL (line 20998) | DUK_INTERNAL duk_bool_t duk_is_string_notsymbol(duk_hthread *thr, duk_id... function DUK_EXTERNAL (line 21003) | DUK_EXTERNAL duk_bool_t duk_is_object(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 21008) | DUK_EXTERNAL duk_bool_t duk_is_buffer(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 21014) | DUK_EXTERNAL duk_bool_t duk_is_buffer_data(duk_hthread *thr, duk_idx_t i... function DUK_EXTERNAL (line 21033) | DUK_EXTERNAL duk_bool_t duk_is_buffer_data(duk_hthread *thr, duk_idx_t i... function DUK_EXTERNAL (line 21041) | DUK_EXTERNAL duk_bool_t duk_is_pointer(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 21046) | DUK_EXTERNAL duk_bool_t duk_is_lightfunc(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 21051) | DUK_EXTERNAL duk_bool_t duk_is_symbol(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 21065) | DUK_EXTERNAL duk_bool_t duk_is_array(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 21077) | DUK_EXTERNAL duk_bool_t duk_is_function(duk_hthread *thr, duk_idx_t idx) { function DUK_INTERNAL (line 21095) | DUK_INTERNAL duk_bool_t duk_is_callable_tval(duk_hthread *thr, duk_tval ... function DUK_EXTERNAL (line 21112) | DUK_EXTERNAL duk_bool_t duk_is_constructable(duk_hthread *thr, duk_idx_t... function DUK_EXTERNAL (line 21130) | DUK_EXTERNAL duk_bool_t duk_is_c_function(duk_hthread *thr, duk_idx_t id... function DUK_EXTERNAL (line 21137) | DUK_EXTERNAL duk_bool_t duk_is_ecmascript_function(duk_hthread *thr, duk... function DUK_EXTERNAL (line 21144) | DUK_EXTERNAL duk_bool_t duk_is_bound_function(duk_hthread *thr, duk_idx_... function DUK_EXTERNAL (line 21151) | DUK_EXTERNAL duk_bool_t duk_is_thread(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 21163) | DUK_EXTERNAL duk_bool_t duk_is_fixed_buffer(duk_hthread *thr, duk_idx_t ... function DUK_EXTERNAL (line 21178) | DUK_EXTERNAL duk_bool_t duk_is_dynamic_buffer(duk_hthread *thr, duk_idx_... function DUK_EXTERNAL (line 21193) | DUK_EXTERNAL duk_bool_t duk_is_external_buffer(duk_hthread *thr, duk_idx... function DUK_EXTERNAL (line 21208) | DUK_EXTERNAL duk_errcode_t duk_get_error_code(duk_hthread *thr, duk_idx_... function DUK_INTERNAL (line 21256) | DUK_INTERNAL void duk_push_tval(duk_hthread *thr, duk_tval *tv) { function DUK_EXTERNAL (line 21268) | DUK_EXTERNAL void duk_push_undefined(duk_hthread *thr) { function DUK_EXTERNAL (line 21280) | DUK_EXTERNAL void duk_push_null(duk_hthread *thr) { function DUK_EXTERNAL (line 21289) | DUK_EXTERNAL void duk_push_boolean(duk_hthread *thr, duk_bool_t val) { function DUK_EXTERNAL (line 21300) | DUK_EXTERNAL void duk_push_true(duk_hthread *thr) { function DUK_EXTERNAL (line 21309) | DUK_EXTERNAL void duk_push_false(duk_hthread *thr) { function DUK_EXTERNAL (line 21319) | DUK_EXTERNAL void duk_push_number(duk_hthread *thr, duk_double_t val) { function DUK_EXTERNAL (line 21331) | DUK_EXTERNAL void duk_push_int(duk_hthread *thr, duk_int_t val) { function DUK_EXTERNAL (line 21360) | DUK_EXTERNAL void duk_push_uint(duk_hthread *thr, duk_uint_t val) { function DUK_EXTERNAL (line 21390) | DUK_EXTERNAL void duk_push_nan(duk_hthread *thr) { function DUK_EXTERNAL (line 21402) | DUK_EXTERNAL const char *duk_push_lstring(duk_hthread *thr, const char *... function DUK_EXTERNAL (line 21435) | DUK_EXTERNAL const char *duk_push_string(duk_hthread *thr, const char *s... function DUK_EXTERNAL (line 21446) | DUK_EXTERNAL void duk_push_pointer(duk_hthread *thr, void *val) { function DUK_INTERNAL (line 21455) | DUK_INTERNAL duk_hstring *duk_push_uint_to_hstring(duk_hthread *thr, duk... function DUK_LOCAL (line 21467) | DUK_LOCAL void duk__push_this_helper(duk_hthread *thr, duk_small_uint_t ... function DUK_EXTERNAL (line 21501) | DUK_EXTERNAL void duk_push_this(duk_hthread *thr) { function DUK_INTERNAL (line 21507) | DUK_INTERNAL void duk_push_this_check_object_coercible(duk_hthread *thr) { function DUK_INTERNAL (line 21513) | DUK_INTERNAL duk_hobject *duk_push_this_coercible_to_object(duk_hthread ... function DUK_INTERNAL (line 21524) | DUK_INTERNAL duk_hstring *duk_push_this_coercible_to_string(duk_hthread ... function DUK_INTERNAL (line 21531) | DUK_INTERNAL duk_tval *duk_get_borrowed_this_tval(duk_hthread *thr) { function DUK_EXTERNAL (line 21542) | DUK_EXTERNAL void duk_push_current_function(duk_hthread *thr) { function DUK_EXTERNAL (line 21555) | DUK_EXTERNAL void duk_push_current_thread(duk_hthread *thr) { function DUK_EXTERNAL (line 21565) | DUK_EXTERNAL void duk_push_global_object(duk_hthread *thr) { function DUK_LOCAL (line 21572) | DUK_LOCAL void duk__push_stash(duk_hthread *thr) { function DUK_EXTERNAL (line 21583) | DUK_EXTERNAL void duk_push_heap_stash(duk_hthread *thr) { function DUK_EXTERNAL (line 21592) | DUK_EXTERNAL void duk_push_global_stash(duk_hthread *thr) { function DUK_EXTERNAL (line 21598) | DUK_EXTERNAL void duk_push_thread_stash(duk_hthread *thr, duk_hthread *t... function DUK_LOCAL (line 21609) | DUK_LOCAL duk_int_t duk__try_push_vsprintf(duk_hthread *thr, void *buf, ... function DUK_EXTERNAL (line 21626) | DUK_EXTERNAL const char *duk_push_vsprintf(duk_hthread *thr, const char ... function DUK_EXTERNAL (line 21691) | DUK_EXTERNAL const char *duk_push_sprintf(duk_hthread *thr, const char *... function DUK_INTERNAL (line 21705) | DUK_INTERNAL duk_hobject *duk_push_object_helper(duk_hthread *thr, duk_u... function DUK_INTERNAL (line 21737) | DUK_INTERNAL duk_hobject *duk_push_object_helper_proto(duk_hthread *thr,... function DUK_EXTERNAL (line 21748) | DUK_EXTERNAL duk_idx_t duk_push_object(duk_hthread *thr) { function DUK_EXTERNAL (line 21759) | DUK_EXTERNAL duk_idx_t duk_push_array(duk_hthread *thr) { function DUK_INTERNAL (line 21788) | DUK_INTERNAL duk_harray *duk_push_harray(duk_hthread *thr) { function DUK_INTERNAL (line 21804) | DUK_INTERNAL duk_harray *duk_push_harray_with_size(duk_hthread *thr, duk... function DUK_INTERNAL (line 21821) | DUK_INTERNAL duk_tval *duk_push_harray_with_size_outptr(duk_hthread *thr... function DUK_EXTERNAL (line 21831) | DUK_EXTERNAL duk_idx_t duk_push_thread_raw(duk_hthread *thr, duk_uint_t ... function DUK_INTERNAL (line 21887) | DUK_INTERNAL duk_hcompfunc *duk_push_hcompfunc(duk_hthread *thr) { function DUK_INTERNAL (line 21923) | DUK_INTERNAL duk_hboundfunc *duk_push_hboundfunc(duk_hthread *thr) { function DUK_LOCAL (line 21952) | DUK_LOCAL duk_idx_t duk__push_c_function_raw(duk_hthread *thr, duk_c_fun... function DUK_EXTERNAL (line 21997) | DUK_EXTERNAL duk_idx_t duk_push_c_function(duk_hthread *thr, duk_c_funct... function DUK_INTERNAL (line 22018) | DUK_INTERNAL void duk_push_c_function_builtin(duk_hthread *thr, duk_c_fu... function DUK_INTERNAL (line 22037) | DUK_INTERNAL void duk_push_c_function_builtin_noconstruct(duk_hthread *t... function DUK_EXTERNAL (line 22055) | DUK_EXTERNAL duk_idx_t duk_push_c_lightfunc(duk_hthread *thr, duk_c_func... function DUK_INTERNAL (line 22090) | DUK_INTERNAL duk_hbufobj *duk_push_bufobj_raw(duk_hthread *thr, duk_uint... function DUK_EXTERNAL (line 22139) | DUK_EXTERNAL void duk_push_buffer_object(duk_hthread *thr, duk_idx_t idx... function DUK_EXTERNAL (line 22245) | DUK_EXTERNAL void duk_push_buffer_object(duk_hthread *thr, duk_idx_t idx... function DUK_EXTERNAL (line 22255) | DUK_EXTERNAL duk_idx_t duk_push_error_object_va_raw(duk_hthread *thr, du... function DUK_EXTERNAL (line 22309) | DUK_EXTERNAL duk_idx_t duk_push_error_object_raw(duk_hthread *thr, duk_e... function DUK_EXTERNAL (line 22322) | DUK_EXTERNAL duk_idx_t duk_push_error_object_stash(duk_hthread *thr, duk... function DUK_EXTERNAL (line 22339) | DUK_EXTERNAL void *duk_push_buffer_raw(duk_hthread *thr, duk_size_t size... function DUK_INTERNAL (line 22366) | DUK_INTERNAL void *duk_push_fixed_buffer_nozero(duk_hthread *thr, duk_si... function DUK_INTERNAL (line 22371) | DUK_INTERNAL void *duk_push_fixed_buffer_zero(duk_hthread *thr, duk_size... function DUK_EXTERNAL (line 22387) | DUK_EXTERNAL duk_idx_t duk_push_proxy(duk_hthread *thr, duk_uint_t proxy... function DUK_EXTERNAL (line 22480) | DUK_EXTERNAL duk_idx_t duk_push_proxy(duk_hthread *thr, duk_uint_t proxy... function DUK_LOCAL (line 22488) | DUK_LOCAL void duk__validate_push_heapptr(duk_hthread *thr, void *ptr) { function DUK_EXTERNAL (line 22585) | DUK_EXTERNAL duk_idx_t duk_push_heapptr(duk_hthread *thr, void *ptr) { function DUK_EXTERNAL (line 22677) | DUK_EXTERNAL duk_idx_t duk_push_bare_object(duk_hthread *thr) { function DUK_INTERNAL (line 22688) | DUK_INTERNAL void duk_push_hstring(duk_hthread *thr, duk_hstring *h) { function DUK_INTERNAL (line 22698) | DUK_INTERNAL void duk_push_hstring_stridx(duk_hthread *thr, duk_small_ui... function DUK_INTERNAL (line 22704) | DUK_INTERNAL void duk_push_hstring_empty(duk_hthread *thr) { function DUK_INTERNAL (line 22709) | DUK_INTERNAL void duk_push_hobject(duk_hthread *thr, duk_hobject *h) { function DUK_INTERNAL (line 22719) | DUK_INTERNAL void duk_push_hbuffer(duk_hthread *thr, duk_hbuffer *h) { function DUK_INTERNAL (line 22729) | DUK_INTERNAL void duk_push_hobject_bidx(duk_hthread *thr, duk_small_int_... function duk__pop_n_unsafe_raw (line 22741) | void duk__pop_n_unsafe_raw(duk_hthread *thr, duk_idx_t count) { function DUK_EXTERNAL (line 22775) | DUK_EXTERNAL void duk_pop_n(duk_hthread *thr, duk_idx_t count) { function DUK_INTERNAL (line 22789) | DUK_INTERNAL void duk_pop_n_unsafe(duk_hthread *thr, duk_idx_t count) { function DUK_INTERNAL (line 22794) | DUK_INTERNAL void duk_pop_n_unsafe(duk_hthread *thr, duk_idx_t count) { function DUK_INTERNAL (line 22802) | DUK_INTERNAL void duk_pop_n_nodecref_unsafe(duk_hthread *thr, duk_idx_t ... function DUK_INTERNAL (line 22822) | DUK_INTERNAL void duk_pop_n_nodecref_unsafe(duk_hthread *thr, duk_idx_t ... function DUK_EXTERNAL (line 22832) | DUK_EXTERNAL void duk_pop(duk_hthread *thr) { function DUK_INTERNAL (line 22836) | DUK_INTERNAL void duk_pop_unsafe(duk_hthread *thr) { function DUK_INTERNAL (line 22840) | DUK_INTERNAL void duk_pop_nodecref_unsafe(duk_hthread *thr) { function duk__pop_unsafe_raw (line 22845) | void duk__pop_unsafe_raw(duk_hthread *thr) { function DUK_EXTERNAL (line 22863) | DUK_EXTERNAL void duk_pop(duk_hthread *thr) { function DUK_INTERNAL (line 22873) | DUK_INTERNAL void duk_pop_unsafe(duk_hthread *thr) { function DUK_INTERNAL (line 22877) | DUK_INTERNAL void duk_pop_nodecref_unsafe(duk_hthread *thr) { function DUK_INTERNAL (line 22894) | DUK_INTERNAL void duk_pop_undefined(duk_hthread *thr) { function DUK_INTERNAL (line 22899) | DUK_INTERNAL void duk_pop_undefined(duk_hthread *thr) { function DUK_EXTERNAL (line 22913) | DUK_EXTERNAL void duk_pop_2(duk_hthread *thr) { function DUK_INTERNAL (line 22917) | DUK_INTERNAL void duk_pop_2_unsafe(duk_hthread *thr) { function DUK_INTERNAL (line 22921) | DUK_INTERNAL void duk_pop_2_nodecref_unsafe(duk_hthread *thr) { function duk__pop_2_unsafe_raw (line 22926) | void duk__pop_2_unsafe_raw(duk_hthread *thr) { function DUK_EXTERNAL (line 22951) | DUK_EXTERNAL void duk_pop_2(duk_hthread *thr) { function DUK_INTERNAL (line 22961) | DUK_INTERNAL void duk_pop_2_unsafe(duk_hthread *thr) { function DUK_INTERNAL (line 22965) | DUK_INTERNAL void duk_pop_2_nodecref_unsafe(duk_hthread *thr) { function DUK_EXTERNAL (line 22979) | DUK_EXTERNAL void duk_pop_3(duk_hthread *thr) { function DUK_INTERNAL (line 22984) | DUK_INTERNAL void duk_pop_3_unsafe(duk_hthread *thr) { function DUK_INTERNAL (line 22989) | DUK_INTERNAL void duk_pop_3_nodecref_unsafe(duk_hthread *thr) { function DUK_INTERNAL (line 22999) | DUK_INTERNAL void duk_pack(duk_hthread *thr, duk_idx_t count) { function DUK_INTERNAL (line 23054) | DUK_INTERNAL duk_idx_t duk_unpack_array_like(duk_hthread *thr, duk_idx_t... function DUK_EXTERNAL (line 23162) | DUK_EXTERNAL void duk_throw_raw(duk_hthread *thr) { function DUK_EXTERNAL (line 23206) | DUK_EXTERNAL void duk_fatal_raw(duk_hthread *thr, const char *err_msg) { function DUK_EXTERNAL (line 23230) | DUK_EXTERNAL void duk_error_va_raw(duk_hthread *thr, duk_errcode_t err_c... function DUK_EXTERNAL (line 23237) | DUK_EXTERNAL void duk_error_raw(duk_hthread *thr, duk_errcode_t err_code... function DUK_LOCAL (line 23251) | DUK_LOCAL void duk__throw_error_from_stash(duk_hthread *thr, duk_errcode... function DUK_EXTERNAL (line 23278) | DUK_EXTERNAL duk_ret_t duk_generic_error_stash(duk_hthread *thr, const c... function DUK_EXTERNAL (line 23282) | DUK_EXTERNAL duk_ret_t duk_eval_error_stash(duk_hthread *thr, const char... function DUK_EXTERNAL (line 23286) | DUK_EXTERNAL duk_ret_t duk_range_error_stash(duk_hthread *thr, const cha... function DUK_EXTERNAL (line 23290) | DUK_EXTERNAL duk_ret_t duk_reference_error_stash(duk_hthread *thr, const... function DUK_EXTERNAL (line 23294) | DUK_EXTERNAL duk_ret_t duk_syntax_error_stash(duk_hthread *thr, const ch... function DUK_EXTERNAL (line 23298) | DUK_EXTERNAL duk_ret_t duk_type_error_stash(duk_hthread *thr, const char... function DUK_EXTERNAL (line 23302) | DUK_EXTERNAL duk_ret_t duk_uri_error_stash(duk_hthread *thr, const char ... function DUK_EXTERNAL (line 23312) | DUK_EXTERNAL duk_bool_t duk_equals(duk_hthread *thr, duk_idx_t idx1, duk... function DUK_EXTERNAL (line 23329) | DUK_EXTERNAL duk_bool_t duk_strict_equals(duk_hthread *thr, duk_idx_t id... function DUK_EXTERNAL (line 23344) | DUK_EXTERNAL duk_bool_t duk_samevalue(duk_hthread *thr, duk_idx_t idx1, ... function DUK_EXTERNAL (line 23363) | DUK_EXTERNAL duk_bool_t duk_instanceof(duk_hthread *thr, duk_idx_t idx1,... function DUK_INTERNAL (line 23386) | DUK_INTERNAL void duk_push_lightfunc_name_raw(duk_hthread *thr, duk_c_fu... function DUK_INTERNAL (line 23407) | DUK_INTERNAL void duk_push_lightfunc_name(duk_hthread *thr, duk_tval *tv) { function DUK_INTERNAL (line 23418) | DUK_INTERNAL void duk_push_lightfunc_tostring(duk_hthread *thr, duk_tval... function DUK_INTERNAL (line 23439) | DUK_INTERNAL void duk_push_string_funcptr(duk_hthread *thr, duk_uint8_t ... function DUK_LOCAL (line 23484) | DUK_LOCAL void duk__push_hstring_readable_unicode(duk_hthread *thr, duk_... function DUK_LOCAL (line 23535) | DUK_LOCAL const char *duk__push_string_tval_readable(duk_hthread *thr, d... function DUK_INTERNAL (line 23615) | DUK_INTERNAL const char *duk_push_string_tval_readable(duk_hthread *thr,... function DUK_INTERNAL (line 23620) | DUK_INTERNAL const char *duk_push_string_readable(duk_hthread *thr, duk_... function DUK_INTERNAL (line 23625) | DUK_INTERNAL const char *duk_push_string_tval_readable_error(duk_hthread... function DUK_INTERNAL (line 23630) | DUK_INTERNAL void duk_push_symbol_descriptive_string(duk_hthread *thr, d... function DUK_INTERNAL (line 23663) | DUK_INTERNAL void duk_push_hnatfunc_name(duk_hthread *thr, duk_hnatfunc ... function DUK_INTERNAL (line 23684) | DUK_INTERNAL void duk_copy_tvals_incref(duk_hthread *thr, duk_tval *tv_d... function DUK_LOCAL (line 23714) | DUK_LOCAL void duk__concat_and_join_helper(duk_hthread *thr, duk_idx_t c... function DUK_EXTERNAL (line 23816) | DUK_EXTERNAL void duk_concat(duk_hthread *thr, duk_idx_t count) { function DUK_INTERNAL (line 23823) | DUK_INTERNAL void duk_concat_2(duk_hthread *thr) { function DUK_INTERNAL (line 23828) | DUK_INTERNAL void duk_concat_2(duk_hthread *thr) { function DUK_EXTERNAL (line 23866) | DUK_EXTERNAL void duk_join(duk_hthread *thr, duk_idx_t count) { function DUK_EXTERNAL (line 23876) | DUK_EXTERNAL void duk_decode_string(duk_hthread *thr, duk_idx_t idx, duk... function DUK_EXTERNAL (line 23899) | DUK_EXTERNAL void duk_map_string(duk_hthread *thr, duk_idx_t idx, duk_ma... function DUK_EXTERNAL (line 23939) | DUK_EXTERNAL void duk_substring(duk_hthread *thr, duk_idx_t idx, duk_siz... function DUK_EXTERNAL (line 23987) | DUK_EXTERNAL void duk_trim(duk_hthread *thr, duk_idx_t idx) { function DUK_EXTERNAL (line 24062) | DUK_EXTERNAL duk_codepoint_t duk_char_code_at(duk_hthread *thr, duk_idx_... function DUK_INTERNAL (line 24091) | DUK_INTERNAL duk_double_t duk_time_get_ecmascript_time(duk_hthread *thr) { function DUK_INTERNAL (line 24099) | DUK_INTERNAL duk_double_t duk_time_get_ecmascript_time_nofrac(duk_hthrea... function DUK_INTERNAL (line 24107) | DUK_INTERNAL duk_double_t duk_time_get_monotonic_time(duk_hthread *thr) { function DUK_EXTERNAL (line 24116) | DUK_EXTERNAL duk_double_t duk_get_now(duk_hthread *thr) { function DUK_EXTERNAL (line 24125) | DUK_EXTERNAL duk_double_t duk_get_monotonic_time(duk_hthread *thr) { function DUK_EXTERNAL (line 24133) | DUK_EXTERNAL void duk_time_to_components(duk_hthread *thr, duk_double_t ... function DUK_EXTERNAL (line 24162) | DUK_EXTERNAL duk_double_t duk_components_to_time(duk_hthread *thr, duk_t... function DUK_LOCAL (line 24254) | DUK_LOCAL duk_uint32_t duk__push_this_obj_len_u32(duk_hthread *thr) { function DUK_LOCAL (line 24267) | DUK_LOCAL duk_uint32_t duk__push_this_obj_len_u32_limited(duk_hthread *t... function DUK_LOCAL (line 24286) | DUK_LOCAL duk_harray *duk__arraypart_fastpath_this(duk_hthread *thr) { function DUK_INTERNAL (line 24339) | DUK_INTERNAL duk_ret_t duk_bi_array_constructor(duk_hthread *thr) { function DUK_INTERNAL (line 24374) | DUK_INTERNAL duk_ret_t duk_bi_array_constructor_is_array(duk_hthread *th... function DUK_INTERNAL (line 24386) | DUK_INTERNAL duk_ret_t duk_bi_array_prototype_to_string(duk_hthread *thr) { function DUK_INTERNAL (line 24425) | DUK_INTERNAL duk_ret_t duk_bi_array_prototype_concat(duk_hthread *thr) { function DUK_INTERNAL (line 24517) | DUK_INTERNAL duk_ret_t duk_bi_array_prototype_join_shared(duk_hthread *t... function DUK_LOCAL (line 24600) | DUK_LOCAL duk_ret_t duk__array_pop_fastpath(duk_hthread *thr, duk_harray... function DUK_INTERNAL (line 24640) | DUK_INTERNAL duk_ret_t duk_bi_array_prototype_pop(duk_hthread *thr) { function DUK_LOCAL (line 24674) | DUK_LOCAL duk_ret_t duk__array_push_fastpath(duk_hthread *thr, duk_harra... function DUK_INTERNAL (line 24721) | DUK_INTERNAL duk_ret_t duk_bi_array_prototype_push(duk_hthread *thr) { function DUK_LOCAL (line 24790) | DUK_LOCAL duk_small_int_t duk__array_sort_compare(duk_hthread *thr, duk_... function DUK_LOCAL (line 24909) | DUK_LOCAL void duk__array_sort_swap(duk_hthread *thr, duk_int_t l, duk_i... function DUK_LOCAL (line 24939) | DUK_LOCAL void duk__debuglog_qsort_state(duk_hthread *thr, duk_int_t lo,... function DUK_LOCAL (line 24969) | DUK_LOCAL void duk__array_qsort(duk_hthread *thr, duk_int_t lo, duk_int_... function DUK_INTERNAL (line 25065) | DUK_INTERNAL duk_ret_t duk_bi_array_prototype_sort(duk_hthread *thr) { function DUK_INTERNAL (line 25101) | DUK_INTERNAL duk_ret_t duk_bi_array_prototype_splice(duk_hthread *thr) { function DUK_INTERNAL (line 25268) | DUK_INTERNAL duk_ret_t duk_bi_array_prototype_reverse(duk_hthread *thr) { function DUK_INTERNAL (line 25319) | DUK_INTERNAL duk_ret_t duk_bi_array_prototype_slice(duk_hthread *thr) { function DUK_INTERNAL (line 25385) | DUK_INTERNAL duk_ret_t duk_bi_array_prototype_shift(duk_hthread *thr) { function DUK_INTERNAL (line 25427) | DUK_INTERNAL duk_ret_t duk_bi_array_prototype_unshift(duk_hthread *thr) { function DUK_INTERNAL (line 25489) | DUK_INTERNAL duk_ret_t duk_bi_array_prototype_indexof_shared(duk_hthread... function DUK_INTERNAL (line 25590) | DUK_INTERNAL duk_ret_t duk_bi_array_prototype_iter_shared(duk_hthread *t... function DUK_INTERNAL (line 25723) | DUK_INTERNAL duk_ret_t duk_bi_array_prototype_reduce_shared(duk_hthread ... function DUK_INTERNAL (line 25827) | DUK_INTERNAL duk_ret_t duk_bi_boolean_prototype_tostring_shared(duk_hthr... function DUK_INTERNAL (line 25864) | DUK_INTERNAL duk_ret_t duk_bi_boolean_constructor(duk_hthread *thr) { function DUK_LOCAL (line 26002) | DUK_LOCAL duk_hbufobj *duk__hbufobj_promote_this(duk_hthread *thr) { function DUK_LOCAL (line 26026) | DUK_LOCAL duk_heaphdr *duk__getrequire_bufobj_this(duk_hthread *thr, duk... function DUK_LOCAL (line 26068) | DUK_LOCAL duk_hbufobj *duk__get_bufobj_this(duk_hthread *thr) { function DUK_LOCAL (line 26075) | DUK_LOCAL duk_hbufobj *duk__require_bufobj_this(duk_hthread *thr) { function DUK_LOCAL (line 26080) | DUK_LOCAL duk_hbufobj *duk__require_bufobj_value(duk_hthread *thr, duk_i... function DUK_LOCAL (line 26107) | DUK_LOCAL void duk__set_bufobj_buffer(duk_hthread *thr, duk_hbufobj *h_b... function DUK_LOCAL (line 26126) | DUK_LOCAL void duk__resolve_offset_opt_length(duk_hthread *thr, function DUK_LOCAL (line 26184) | DUK_LOCAL void duk__clamp_startend_nonegidx_noshift(duk_hthread *thr, function DUK_LOCAL (line 26221) | DUK_LOCAL void duk__clamp_startend_negidx_shifted(duk_hthread *thr, function DUK_INTERNAL (line 26279) | DUK_INTERNAL void duk_hbufobj_promote_plain(duk_hthread *thr, duk_idx_t ... function DUK_INTERNAL (line 26285) | DUK_INTERNAL void duk_hbufobj_push_uint8array_from_plain(duk_hthread *th... function DUK_INTERNAL (line 26326) | DUK_INTERNAL void duk_hbufobj_push_validated_read(duk_hthread *thr, duk_... function DUK_INTERNAL (line 26363) | DUK_INTERNAL void duk_hbufobj_validated_write(duk_hthread *thr, duk_hbuf... function DUK_LOCAL (line 26412) | DUK_LOCAL duk_hbuffer *duk__hbufobj_fixed_from_argvalue(duk_hthread *thr) { function DUK_INTERNAL (line 26495) | DUK_INTERNAL duk_ret_t duk_bi_nodejs_buffer_constructor(duk_hthread *thr) { function DUK_INTERNAL (line 26520) | DUK_INTERNAL duk_ret_t duk_bi_arraybuffer_constructor(duk_hthread *thr) { function DUK_INTERNAL (line 26562) | DUK_INTERNAL duk_ret_t duk_bi_typedarray_constructor(duk_hthread *thr) { function DUK_INTERNAL (line 26915) | DUK_INTERNAL duk_ret_t duk_bi_typedarray_constructor(duk_hthread *thr) { function DUK_INTERNAL (line 26941) | DUK_INTERNAL duk_ret_t duk_bi_dataview_constructor(duk_hthread *thr) { function DUK_INTERNAL (line 26993) | DUK_INTERNAL duk_ret_t duk_bi_arraybuffer_isview(duk_hthread *thr) { function DUK_INTERNAL (line 27019) | DUK_INTERNAL duk_ret_t duk_bi_uint8array_allocplain(duk_hthread *thr) { function DUK_INTERNAL (line 27030) | DUK_INTERNAL duk_ret_t duk_bi_uint8array_plainof(duk_hthread *thr) { function DUK_INTERNAL (line 27059) | DUK_INTERNAL duk_ret_t duk_bi_nodejs_buffer_tostring(duk_hthread *thr) { function DUK_INTERNAL (line 27118) | DUK_INTERNAL duk_ret_t duk_bi_nodejs_buffer_tojson(duk_hthread *thr) { function DUK_INTERNAL (line 27161) | DUK_INTERNAL duk_ret_t duk_bi_buffer_compare_shared(duk_hthread *thr) { function DUK_INTERNAL (line 27214) | DUK_INTERNAL duk_ret_t duk_bi_nodejs_buffer_fill(duk_hthread *thr) { function DUK_INTERNAL (line 27288) | DUK_INTERNAL duk_ret_t duk_bi_nodejs_buffer_write(duk_hthread *thr) { function DUK_INTERNAL (line 27331) | DUK_INTERNAL duk_ret_t duk_bi_nodejs_buffer_copy(duk_hthread *thr) { function DUK_INTERNAL (line 27469) | DUK_INTERNAL duk_ret_t duk_bi_typedarray_set(duk_hthread *thr) { function DUK_LOCAL (line 27748) | DUK_LOCAL void duk__arraybuffer_plain_slice(duk_hthread *thr, duk_hbuffe... function DUK_INTERNAL (line 27780) | DUK_INTERNAL duk_ret_t duk_bi_buffer_slice_shared(duk_hthread *thr) { function DUK_INTERNAL (line 27933) | DUK_INTERNAL duk_ret_t duk_bi_nodejs_buffer_is_encoding(duk_hthread *thr) { function DUK_INTERNAL (line 27950) | DUK_INTERNAL duk_ret_t duk_bi_nodejs_buffer_is_buffer(duk_hthread *thr) { function DUK_INTERNAL (line 27977) | DUK_INTERNAL duk_ret_t duk_bi_nodejs_buffer_byte_length(duk_hthread *thr) { function DUK_INTERNAL (line 28008) | DUK_INTERNAL duk_ret_t duk_bi_nodejs_buffer_concat(duk_hthread *thr) { function DUK_INTERNAL (line 28138) | DUK_INTERNAL duk_ret_t duk_bi_buffer_readfield(duk_hthread *thr) { function DUK_INTERNAL (line 28394) | DUK_INTERNAL duk_ret_t duk_bi_buffer_writefield(duk_hthread *thr) { function DUK_LOCAL (line 28671) | DUK_LOCAL duk_hbufobj *duk__autospawn_arraybuffer(duk_hthread *thr, duk_... function DUK_INTERNAL (line 28688) | DUK_INTERNAL duk_ret_t duk_bi_typedarray_buffer_getter(duk_hthread *thr) { function DUK_INTERNAL (line 28736) | DUK_INTERNAL duk_ret_t duk_bi_typedarray_byteoffset_getter(duk_hthread *... function DUK_INTERNAL (line 28752) | DUK_INTERNAL duk_ret_t duk_bi_typedarray_bytelength_getter(duk_hthread *... function DUK_INTERNAL (line 28774) | DUK_INTERNAL duk_ret_t duk_bi_typedarray_buffer_getter(duk_hthread *thr) { function DUK_INTERNAL (line 28779) | DUK_INTERNAL duk_ret_t duk_bi_typedarray_byteoffset_getter(duk_hthread *... function DUK_INTERNAL (line 28784) | DUK_INTERNAL duk_ret_t duk_bi_typedarray_bytelength_getter(duk_hthread *... function DUK_LOCAL (line 28996) | DUK_LOCAL duk_bool_t duk__parse_string_iso8601_subset(duk_hthread *thr, ... function DUK_LOCAL (line 29191) | DUK_LOCAL duk_ret_t duk__parse_string(duk_hthread *thr, const char *str) { function DUK_INTERNAL (line 29249) | DUK_INTERNAL duk_bool_t duk_bi_date_is_leap_year(duk_int_t year) { function DUK_INTERNAL (line 29262) | DUK_INTERNAL duk_bool_t duk_bi_date_timeval_in_valid_range(duk_double_t ... function DUK_INTERNAL (line 29266) | DUK_INTERNAL duk_bool_t duk_bi_date_timeval_in_leeway_range(duk_double_t... function DUK_INTERNAL (line 29270) | DUK_INTERNAL duk_bool_t duk_bi_date_year_in_valid_range(duk_double_t x) { function DUK_LOCAL (line 29274) | DUK_LOCAL duk_double_t duk__timeclip(duk_double_t x) { function DUK_LOCAL (line 29290) | DUK_LOCAL duk_int_t duk__div_floor(duk_int_t a, duk_int_t b) { function DUK_LOCAL (line 29304) | DUK_LOCAL duk_int_t duk__day_from_year(duk_int_t year) { function DUK_LOCAL (line 29315) | DUK_LOCAL duk_int_t duk__year_from_day(duk_int_t day, duk_small_int_t *o... function DUK_LOCAL (line 29352) | DUK_LOCAL duk_double_t duk__make_day(duk_double_t year, duk_double_t mon... function DUK_INTERNAL (line 29414) | DUK_INTERNAL void duk_bi_date_timeval_to_parts(duk_double_t d, duk_int_t... function DUK_INTERNAL (line 29560) | DUK_INTERNAL duk_double_t duk_bi_date_get_timeval_from_dparts(duk_double... function DUK_LOCAL (line 29698) | DUK_LOCAL duk_double_t duk__push_this_get_timeval_tzoffset(duk_hthread *... function DUK_LOCAL (line 29739) | DUK_LOCAL duk_double_t duk__push_this_get_timeval(duk_hthread *thr, duk_... function DUK_LOCAL (line 29747) | DUK_LOCAL duk_ret_t duk__set_this_timeval_from_dparts(duk_hthread *thr, ... function DUK_LOCAL (line 29762) | DUK_LOCAL void duk__format_parts_iso8601(duk_int_t *parts, duk_int_t tzo... function DUK_LOCAL (line 29832) | DUK_LOCAL duk_ret_t duk__to_string_helper(duk_hthread *thr, duk_small_ui... function DUK_LOCAL (line 29888) | DUK_LOCAL duk_ret_t duk__get_part_helper(duk_hthread *thr, duk_small_uin... function DUK_LOCAL (line 29920) | DUK_LOCAL duk_ret_t duk__set_part_helper(duk_hthread *thr, duk_small_uin... function DUK_LOCAL (line 30019) | DUK_LOCAL void duk__twodigit_year_fixup(duk_hthread *thr, duk_idx_t idx_... function DUK_LOCAL (line 30045) | DUK_LOCAL void duk__set_parts_from_args(duk_hthread *thr, duk_double_t *... function DUK_LOCAL (line 30220) | DUK_LOCAL duk_small_uint_t duk__date_get_indirect_magic(duk_hthread *thr) { function DUK_INTERNAL (line 30231) | DUK_INTERNAL duk_ret_t duk_bi_date_constructor(duk_hthread *thr) { function DUK_INTERNAL (line 30281) | DUK_INTERNAL duk_ret_t duk_bi_date_constructor_parse(duk_hthread *thr) { function DUK_INTERNAL (line 30285) | DUK_INTERNAL duk_ret_t duk_bi_date_constructor_utc(duk_hthread *thr) { function DUK_INTERNAL (line 30304) | DUK_INTERNAL duk_ret_t duk_bi_date_constructor_now(duk_hthread *thr) { function DUK_INTERNAL (line 30347) | DUK_INTERNAL duk_ret_t duk_bi_date_prototype_tostring_shared(duk_hthread... function DUK_INTERNAL (line 30352) | DUK_INTERNAL duk_ret_t duk_bi_date_prototype_value_of(duk_hthread *thr) { function DUK_INTERNAL (line 30363) | DUK_INTERNAL duk_ret_t duk_bi_date_prototype_to_json(duk_hthread *thr) { function DUK_INTERNAL (line 30429) | DUK_INTERNAL duk_ret_t duk_bi_date_prototype_get_shared(duk_hthread *thr) { function DUK_INTERNAL (line 30434) | DUK_INTERNAL duk_ret_t duk_bi_date_prototype_get_timezone_offset(duk_hth... function DUK_INTERNAL (line 30514) | DUK_INTERNAL duk_ret_t duk_bi_date_prototype_set_shared(duk_hthread *thr) { function DUK_INTERNAL (line 30519) | DUK_INTERNAL duk_ret_t duk_bi_date_prototype_set_time(duk_hthread *thr) { function duk_bi_date_get_now_gettimeofday (line 30600) | duk_bi_date_get_now_gettimeofday(void) { function duk_bi_date_get_now_time (line 30619) | duk_bi_date_get_now_time(void) { function DUK_INTERNAL (line 30633) | DUK_INTERNAL duk_int_t duk_bi_date_get_local_tzoffset_gmtime(duk_double_... function DUK_INTERNAL (line 30782) | DUK_INTERNAL duk_bool_t duk_bi_date_parse_string_strptime(duk_hthread *t... function DUK_INTERNAL (line 30817) | DUK_INTERNAL duk_bool_t duk_bi_date_parse_string_getdate(duk_hthread *th... function DUK_INTERNAL (line 30844) | DUK_INTERNAL duk_bool_t duk_bi_date_format_parts_strftime(duk_hthread *t... function duk_bi_date_get_monotonic_time_clock_gettime (line 30896) | duk_bi_date_get_monotonic_time_clock_gettime(void) { function DUK_LOCAL (line 30926) | DUK_LOCAL void duk__convert_systime_to_ularge(const SYSTEMTIME *st, ULAR... function DUK_LOCAL (line 30937) | DUK_LOCAL void duk__convert_filetime_to_ularge(const FILETIME *ft, ULARG... function DUK_LOCAL (line 30942) | DUK_LOCAL void duk__set_systime_jan1970(SYSTEMTIME *st) { function duk_bi_date_get_now_windows (line 30956) | duk_bi_date_get_now_windows(void) { function duk_bi_date_get_now_windows_subms (line 30978) | duk_bi_date_get_now_windows_subms(void) { function DUK_INTERNAL (line 31000) | DUK_INTERNAL duk_int_t duk_bi_date_get_local_tzoffset_windows(duk_double... function DUK_INTERNAL (line 31040) | DUK_INTERNAL duk_int_t duk_bi_date_get_local_tzoffset_windows_no_dst(duk... function duk_bi_date_get_monotonic_time_windows_qpc (line 31072) | duk_bi_date_get_monotonic_time_windows_qpc(void) { function DUK_INTERNAL (line 31111) | DUK_INTERNAL duk_ret_t duk_bi_duktape_object_info(duk_hthread *thr) { function DUK_INTERNAL (line 31116) | DUK_INTERNAL duk_ret_t duk_bi_duktape_object_act(duk_hthread *thr) { function DUK_INTERNAL (line 31124) | DUK_INTERNAL duk_ret_t duk_bi_duktape_object_gc(duk_hthread *thr) { function DUK_INTERNAL (line 31138) | DUK_INTERNAL duk_ret_t duk_bi_duktape_object_fin(duk_hthread *thr) { function DUK_INTERNAL (line 31160) | DUK_INTERNAL duk_ret_t duk_bi_duktape_object_enc(duk_hthread *thr) { function DUK_INTERNAL (line 31204) | DUK_INTERNAL duk_ret_t duk_bi_duktape_object_dec(duk_hthread *thr) { function DUK_INTERNAL (line 31247) | DUK_INTERNAL duk_ret_t duk_bi_duktape_object_compact(duk_hthread *thr) { type duk__encode_context (line 31268) | typedef struct { type duk__decode_context (line 31273) | typedef struct { function DUK_LOCAL (line 31298) | DUK_LOCAL duk_uint8_t *duk__utf8_emit_repl(duk_uint8_t *ptr) { function DUK_LOCAL (line 31305) | DUK_LOCAL void duk__utf8_decode_init(duk__decode_context *dec_ctx) { function DUK_LOCAL (line 31316) | DUK_LOCAL duk_codepoint_t duk__utf8_decode_next(duk__decode_context *dec... function DUK_LOCAL (line 31401) | DUK_LOCAL void duk__utf8_encode_char(void *udata, duk_codepoint_t codepo... function DUK_LOCAL (line 31460) | DUK_LOCAL duk_ret_t duk__decode_helper(duk_hthread *thr, duk__decode_con... function DUK_INTERNAL (line 31596) | DUK_INTERNAL duk_ret_t duk_bi_textencoder_constructor(duk_hthread *thr) { function DUK_INTERNAL (line 31605) | DUK_INTERNAL duk_ret_t duk_bi_textencoder_prototype_encoding_getter(duk_... function DUK_INTERNAL (line 31610) | DUK_INTERNAL duk_ret_t duk_bi_textencoder_prototype_encode(duk_hthread *... function DUK_INTERNAL (line 31692) | DUK_INTERNAL duk_ret_t duk_bi_textdecoder_constructor(duk_hthread *thr) { function DUK_LOCAL (line 31727) | DUK_LOCAL duk__decode_context *duk__get_textdecoder_context(duk_hthread ... function DUK_INTERNAL (line 31736) | DUK_INTERNAL duk_ret_t duk_bi_textdecoder_prototype_shared_getter(duk_ht... function DUK_INTERNAL (line 31760) | DUK_INTERNAL duk_ret_t duk_bi_textdecoder_prototype_decode(duk_hthread *... function DUK_INTERNAL (line 31777) | DUK_INTERNAL duk_ret_t duk_textdecoder_decode_utf8_nodejs(duk_hthread *t... function DUK_INTERNAL (line 31798) | DUK_INTERNAL duk_ret_t duk_bi_error_constructor_shared(duk_hthread *thr) { function DUK_INTERNAL (line 31837) | DUK_INTERNAL duk_ret_t duk_bi_error_prototype_to_string(duk_hthread *thr) { function DUK_LOCAL (line 31906) | DUK_LOCAL duk_ret_t duk__error_getter_helper(duk_hthread *thr, duk_small... function DUK_INTERNAL (line 32097) | DUK_INTERNAL duk_ret_t duk_bi_error_prototype_stack_getter(duk_hthread *... function DUK_INTERNAL (line 32101) | DUK_INTERNAL duk_ret_t duk_bi_error_prototype_filename_getter(duk_hthrea... function DUK_INTERNAL (line 32105) | DUK_INTERNAL duk_ret_t duk_bi_error_prototype_linenumber_getter(duk_hthr... function DUK_INTERNAL (line 32123) | DUK_INTERNAL duk_ret_t duk_bi_error_prototype_stack_getter(duk_hthread *... function DUK_INTERNAL (line 32130) | DUK_INTERNAL duk_ret_t duk_bi_error_prototype_filename_getter(duk_hthrea... function DUK_INTERNAL (line 32135) | DUK_INTERNAL duk_ret_t duk_bi_error_prototype_linenumber_getter(duk_hthr... function DUK_LOCAL (line 32142) | DUK_LOCAL duk_ret_t duk__error_setter_helper(duk_hthread *thr, duk_small... function DUK_INTERNAL (line 32168) | DUK_INTERNAL duk_ret_t duk_bi_error_prototype_stack_setter(duk_hthread *... function DUK_INTERNAL (line 32172) | DUK_INTERNAL duk_ret_t duk_bi_error_prototype_filename_setter(duk_hthrea... function DUK_INTERNAL (line 32176) | DUK_INTERNAL duk_ret_t duk_bi_error_prototype_linenumber_setter(duk_hthr... function DUK_INTERNAL (line 32192) | DUK_INTERNAL duk_ret_t duk_bi_function_prototype(duk_hthread *thr) { function DUK_INTERNAL (line 32199) | DUK_INTERNAL duk_ret_t duk_bi_function_constructor(duk_hthread *thr) { function DUK_INTERNAL (line 32282) | DUK_INTERNAL duk_ret_t duk_bi_function_prototype_to_string(duk_hthread *... function DUK_INTERNAL (line 32353) | DUK_INTERNAL duk_ret_t duk_bi_function_prototype_call(duk_hthread *thr) { function DUK_INTERNAL (line 32361) | DUK_INTERNAL duk_ret_t duk_bi_function_prototype_apply(duk_hthread *thr) { function DUK_INTERNAL (line 32367) | DUK_INTERNAL duk_ret_t duk_bi_reflect_apply(duk_hthread *thr) { function DUK_INTERNAL (line 32373) | DUK_INTERNAL duk_ret_t duk_bi_reflect_construct(duk_hthread *thr) { function DUK_INTERNAL (line 32385) | DUK_INTERNAL duk_ret_t duk_bi_function_prototype_bind(duk_hthread *thr) { function DUK_INTERNAL (line 32567) | DUK_INTERNAL duk_ret_t duk_bi_native_function_length(duk_hthread *thr) { function DUK_INTERNAL (line 32600) | DUK_INTERNAL duk_ret_t duk_bi_native_function_name(duk_hthread *thr) { type duk__transform_context (line 32714) | typedef struct { function DUK_LOCAL (line 32726) | DUK_LOCAL duk_small_int_t duk__decode_hex_escape(const duk_uint8_t *p, d... function DUK_LOCAL (line 32743) | DUK_LOCAL int duk__transform_helper(duk_hthread *thr, duk__transform_cal... function DUK_LOCAL (line 32770) | DUK_LOCAL void duk__transform_callback_encode_uri(duk__transform_context... function DUK_LOCAL (line 32832) | DUK_LOCAL void duk__transform_callback_decode_uri(duk__transform_context... function DUK_LOCAL (line 32971) | DUK_LOCAL void duk__transform_callback_escape(duk__transform_context *tf... function DUK_LOCAL (line 33010) | DUK_LOCAL void duk__transform_callback_unescape(duk__transform_context *... function DUK_INTERNAL (line 33045) | DUK_INTERNAL duk_ret_t duk_bi_global_object_eval(duk_hthread *thr) { function DUK_INTERNAL (line 33230) | DUK_INTERNAL duk_ret_t duk_bi_global_object_parse_int(duk_hthread *thr) { function DUK_INTERNAL (line 33278) | DUK_INTERNAL duk_ret_t duk_bi_global_object_parse_float(duk_hthread *thr) { function DUK_INTERNAL (line 33306) | DUK_INTERNAL duk_ret_t duk_bi_global_object_is_nan(duk_hthread *thr) { function DUK_INTERNAL (line 33314) | DUK_INTERNAL duk_ret_t duk_bi_global_object_is_finite(duk_hthread *thr) { function DUK_INTERNAL (line 33326) | DUK_INTERNAL duk_ret_t duk_bi_global_object_decode_uri(duk_hthread *thr) { function DUK_INTERNAL (line 33330) | DUK_INTERNAL duk_ret_t duk_bi_global_object_decode_uri_component(duk_hth... function DUK_INTERNAL (line 33334) | DUK_INTERNAL duk_ret_t duk_bi_global_object_encode_uri(duk_hthread *thr) { function DUK_INTERNAL (line 33338) | DUK_INTERNAL duk_ret_t duk_bi_global_object_encode_uri_component(duk_hth... function DUK_INTERNAL (line 33343) | DUK_INTERNAL duk_ret_t duk_bi_global_object_escape(duk_hthread *thr) { function DUK_INTERNAL (line 33347) | DUK_INTERNAL duk_ret_t duk_bi_global_object_unescape(duk_hthread *thr) { function DUK_LOCAL (line 33566) | DUK_LOCAL void duk__dec_syntax_error(duk_json_dec_ctx *js_ctx) { function DUK_LOCAL (line 33575) | DUK_LOCAL void duk__dec_eat_white(duk_json_dec_ctx *js_ctx) { function DUK_LOCAL (line 33606) | DUK_LOCAL duk_uint8_t duk__dec_peek(duk_json_dec_ctx *js_ctx) { function DUK_LOCAL (line 33612) | DUK_LOCAL duk_uint8_t duk__dec_get(duk_json_dec_ctx *js_ctx) { function DUK_LOCAL (line 33617) | DUK_LOCAL duk_uint8_t duk__dec_get_nonwhite(duk_json_dec_ctx *js_ctx) { function DUK_LOCAL (line 33623) | DUK_LOCAL duk_uint_fast32_t duk__dec_decode_hex_escape(duk_json_dec_ctx ... function DUK_LOCAL (line 33656) | DUK_LOCAL void duk__dec_req_stridx(duk_json_dec_ctx *js_ctx, duk_small_u... function DUK_LOCAL (line 33693) | DUK_LOCAL duk_small_int_t duk__dec_string_escape(duk_json_dec_ctx *js_ct... function DUK_LOCAL (line 33742) | DUK_LOCAL void duk__dec_string(duk_json_dec_ctx *js_ctx) { function DUK_LOCAL (line 33851) | DUK_LOCAL void duk__dec_plain_string(duk_json_dec_ctx *js_ctx) { function DUK_LOCAL (line 33893) | DUK_LOCAL void duk__dec_pointer(duk_json_dec_ctx *js_ctx) { function DUK_LOCAL (line 33946) | DUK_LOCAL void duk__dec_buffer(duk_json_dec_ctx *js_ctx) { function DUK_LOCAL (line 34004) | DUK_LOCAL void duk__dec_number(duk_json_dec_ctx *js_ctx) { function DUK_LOCAL (line 34069) | DUK_LOCAL void duk__dec_objarr_entry(duk_json_dec_ctx *js_ctx) { function DUK_LOCAL (line 34083) | DUK_LOCAL void duk__dec_objarr_exit(duk_json_dec_ctx *js_ctx) { function DUK_LOCAL (line 34091) | DUK_LOCAL void duk__dec_object(duk_json_dec_ctx *js_ctx) { function DUK_LOCAL (line 34174) | DUK_LOCAL void duk__dec_array(duk_json_dec_ctx *js_ctx) { function else (line 34267) | else if (x == DUK_ASC_LC_T) { function else (line 34270) | else if (x == DUK_ASC_LC_F) { function else (line 34273) | else if (x == DUK_ASC_LC_N) { function else (line 34277) | else if (js_ctx->flag_ext_custom && x == DUK_ASC_LC_U) { function else (line 34280) | else if (js_ctx->flag_ext_custom && x == DUK_ASC_UC_N) { function else (line 34283) | else if (js_ctx->flag_ext_custom && x == DUK_ASC_UC_I) { function else (line 34286) | else if (js_ctx->flag_ext_custom && x == DUK_ASC_LPAREN) { function else (line 34288) | else if (js_ctx->flag_ext_custom && x == DUK_ASC_PIPE) { function else (line 34291) | else if (x == DUK_ASC_LCURLY) { function else (line 34293) | else if (x == DUK_ASC_LBRACKET) { function DUK_LOCAL (line 34314) | DUK_LOCAL void duk__dec_reviver_walk(duk_json_dec_ctx *js_ctx) { function DUK_LOCAL (line 34414) | DUK_LOCAL void duk__emit_1(duk_json_enc_ctx *js_ctx, duk_uint_fast8_t ch) { function DUK_LOCAL (line 34418) | DUK_LOCAL void duk__emit_2(duk_json_enc_ctx *js_ctx, duk_uint_fast8_t ch... function DUK_LOCAL (line 34422) | DUK_LOCAL void duk__emit_hstring(duk_json_enc_ctx *js_ctx, duk_hstring *... function DUK_LOCAL (line 34427) | DUK_LOCAL void duk__emit_cstring(duk_json_enc_ctx *js_ctx, const char *s... function DUK_LOCAL (line 34432) | DUK_LOCAL void duk__emit_stridx(duk_json_enc_ctx *js_ctx, duk_small_uint... function DUK_LOCAL (line 34442) | DUK_LOCAL void duk__unemit_1(duk_json_enc_ctx *js_ctx) { function DUK_LOCAL (line 34452) | DUK_LOCAL duk_uint8_t *duk__emit_esc_auto_fast(duk_json_enc_ctx *js_ctx,... function DUK_LOCAL (line 34506) | DUK_LOCAL void duk__enc_key_autoquote(duk_json_enc_ctx *js_ctx, duk_hstr... function DUK_LOCAL (line 34694) | DUK_LOCAL void duk__enc_double(duk_json_enc_ctx *js_ctx) { function DUK_LOCAL (line 34758) | DUK_LOCAL void duk__enc_fastint_tval(duk_json_enc_ctx *js_ctx, duk_tval ... function DUK_LOCAL (line 34783) | DUK_LOCAL duk_uint8_t *duk__enc_buffer_data_hex(const duk_uint8_t *src, ... function DUK_LOCAL (line 34841) | DUK_LOCAL duk_uint8_t *duk__enc_buffer_data_hex(const duk_uint8_t *src, ... function DUK_LOCAL (line 34860) | DUK_LOCAL void duk__enc_buffer_data(duk_json_enc_ctx *js_ctx, duk_uint8_... function DUK_LOCAL (line 34914) | DUK_LOCAL void duk__enc_buffer_jx_jc(duk_json_enc_ctx *js_ctx, duk_hbuff... function DUK_LOCAL (line 34922) | DUK_LOCAL void duk__enc_buffer_json_fastpath(duk_json_enc_ctx *js_ctx, d... function DUK_LOCAL (line 34969) | DUK_LOCAL void duk__enc_pointer(duk_json_enc_ctx *js_ctx, void *ptr) { function DUK_LOCAL (line 35007) | DUK_LOCAL void duk__enc_bufobj(duk_json_enc_ctx *js_ctx, duk_hbufobj *h_... function DUK_LOCAL (line 35026) | DUK_LOCAL void duk__enc_newline_indent(duk_json_enc_ctx *js_ctx, duk_uin... function DUK_LOCAL (line 35036) | DUK_LOCAL void duk__enc_newline_indent(duk_json_enc_ctx *js_ctx, duk_uin... function DUK_LOCAL (line 35089) | DUK_LOCAL void duk__enc_objarr_entry(duk_json_enc_ctx *js_ctx, duk_idx_t... function DUK_LOCAL (line 35140) | DUK_LOCAL void duk__enc_objarr_exit(duk_json_enc_ctx *js_ctx, duk_idx_t ... function DUK_LOCAL (line 35172) | DUK_LOCAL void duk__enc_object(duk_json_enc_ctx *js_ctx) { function DUK_LOCAL (line 35268) | DUK_LOCAL void duk__enc_array(duk_json_enc_ctx *js_ctx) { function DUK_LOCAL (line 35334) | DUK_LOCAL duk_bool_t duk__enc_value(duk_json_enc_ctx *js_ctx, duk_idx_t ... function DUK_LOCAL (line 35600) | DUK_LOCAL duk_bool_t duk__enc_allow_into_proplist(duk_tval *tv) { function DUK_LOCAL (line 35640) | DUK_LOCAL duk_bool_t duk__json_stringify_fast_value(duk_json_enc_ctx *js... function DUK_INTERNAL (line 36935) | DUK_INTERNAL duk_ret_t duk_bi_math_object_onearg_shared(duk_hthread *thr) { function DUK_INTERNAL (line 36948) | DUK_INTERNAL duk_ret_t duk_bi_math_object_twoarg_shared(duk_hthread *thr) { function DUK_INTERNAL (line 36963) | DUK_INTERNAL duk_ret_t duk_bi_math_object_max(duk_hthread *thr) { function DUK_INTERNAL (line 36967) | DUK_INTERNAL duk_ret_t duk_bi_math_object_min(duk_hthread *thr) { function DUK_INTERNAL (line 36971) | DUK_INTERNAL duk_ret_t duk_bi_math_object_random(duk_hthread *thr) { function DUK_INTERNAL (line 36977) | DUK_INTERNAL duk_ret_t duk_bi_math_object_hypot(duk_hthread *thr) { function DUK_INTERNAL (line 37045) | DUK_INTERNAL duk_ret_t duk_bi_math_object_sign(duk_hthread *thr) { function DUK_INTERNAL (line 37063) | DUK_INTERNAL duk_ret_t duk_bi_math_object_clz32(duk_hthread *thr) { function DUK_INTERNAL (line 37121) | DUK_INTERNAL duk_ret_t duk_bi_math_object_imul(duk_hthread *thr) { function DUK_LOCAL (line 37147) | DUK_LOCAL duk_double_t duk__push_this_number_plain(duk_hthread *thr) { function DUK_INTERNAL (line 37175) | DUK_INTERNAL duk_ret_t duk_bi_number_constructor(duk_hthread *thr) { function DUK_INTERNAL (line 37225) | DUK_INTERNAL duk_ret_t duk_bi_number_prototype_value_of(duk_hthread *thr) { function DUK_INTERNAL (line 37230) | DUK_INTERNAL duk_ret_t duk_bi_number_prototype_to_string(duk_hthread *th... function DUK_INTERNAL (line 37251) | DUK_INTERNAL duk_ret_t duk_bi_number_prototype_to_locale_string(duk_hthr... function DUK_INTERNAL (line 37264) | DUK_INTERNAL duk_ret_t duk_bi_number_prototype_to_fixed(duk_hthread *thr) { function DUK_INTERNAL (line 37297) | DUK_INTERNAL duk_ret_t duk_bi_number_prototype_to_exponential(duk_hthrea... function DUK_INTERNAL (line 37331) | DUK_INTERNAL duk_ret_t duk_bi_number_prototype_to_precision(duk_hthread ... function DUK_INTERNAL (line 37387) | DUK_INTERNAL duk_ret_t duk_bi_object_prototype_to_string(duk_hthread *th... function DUK_INTERNAL (line 37399) | DUK_INTERNAL duk_ret_t duk_bi_object_constructor(duk_hthread *thr) { function DUK_INTERNAL (line 37440) | DUK_INTERNAL duk_ret_t duk_bi_object_constructor_assign(duk_hthread *thr) { function DUK_INTERNAL (line 37474) | DUK_INTERNAL duk_ret_t duk_bi_object_constructor_is(duk_hthread *thr) { function DUK_INTERNAL (line 37482) | DUK_INTERNAL duk_ret_t duk_bi_object_constructor_create(duk_hthread *thr) { function DUK_INTERNAL (line 37520) | DUK_INTERNAL duk_ret_t duk_bi_object_constructor_define_properties(duk_h... function DUK_INTERNAL (line 37607) | DUK_INTERNAL duk_ret_t duk_bi_object_constructor_seal_freeze_shared(duk_... function DUK_INTERNAL (line 37616) | DUK_INTERNAL duk_ret_t duk_bi_object_constructor_is_sealed_frozen_shared... function DUK_INTERNAL (line 37641) | DUK_INTERNAL duk_ret_t duk_bi_object_prototype_to_locale_string(duk_hthr... function DUK_INTERNAL (line 37655) | DUK_INTERNAL duk_ret_t duk_bi_object_prototype_value_of(duk_hthread *thr) { function DUK_INTERNAL (line 37663) | DUK_INTERNAL duk_ret_t duk_bi_object_prototype_is_prototype_of(duk_hthre... function DUK_INTERNAL (line 37687) | DUK_INTERNAL duk_ret_t duk_bi_object_prototype_has_own_property(duk_hthr... function DUK_INTERNAL (line 37693) | DUK_INTERNAL duk_ret_t duk_bi_object_prototype_property_is_enumerable(du... function DUK_INTERNAL (line 37704) | DUK_INTERNAL duk_ret_t duk_bi_object_getprototype_shared(duk_hthread *th... function DUK_INTERNAL (line 37762) | DUK_INTERNAL duk_ret_t duk_bi_object_setprototype_shared(duk_hthread *th... function DUK_INTERNAL (line 37857) | DUK_INTERNAL duk_ret_t duk_bi_object_constructor_define_property(duk_hth... function DUK_INTERNAL (line 37944) | DUK_INTERNAL duk_ret_t duk_bi_object_constructor_get_own_property_descri... function DUK_INTERNAL (line 37960) | DUK_INTERNAL duk_ret_t duk_bi_object_constructor_is_extensible(duk_hthre... function DUK_INTERNAL (line 38013) | DUK_INTERNAL duk_ret_t duk_bi_object_constructor_keys_shared(duk_hthread... function DUK_INTERNAL (line 38087) | DUK_INTERNAL duk_ret_t duk_bi_object_constructor_prevent_extensions(duk_... function DUK_INTERNAL (line 38139) | DUK_INTERNAL duk_ret_t duk_bi_object_prototype_defineaccessor(duk_hthrea... function DUK_INTERNAL (line 38153) | DUK_INTERNAL duk_ret_t duk_bi_object_prototype_lookupaccessor(duk_hthrea... function DUK_INTERNAL (line 38195) | DUK_INTERNAL duk_ret_t duk_bi_performance_now(duk_hthread *thr) { function DUK_INTERNAL (line 38207) | DUK_INTERNAL duk_ret_t duk_bi_performance_timeorigin_getter(duk_hthread ... function DUK_INTERNAL (line 38228) | DUK_INTERNAL duk_ret_t duk_bi_pointer_constructor(duk_hthread *thr) { function DUK_INTERNAL (line 38261) | DUK_INTERNAL duk_ret_t duk_bi_pointer_prototype_tostring_shared(duk_hthr... function DUK_INTERNAL (line 38302) | DUK_INTERNAL duk_ret_t duk_bi_promise_constructor(duk_hthread *thr) { function DUK_INTERNAL (line 38307) | DUK_INTERNAL duk_ret_t duk_bi_promise_all(duk_hthread *thr) { function DUK_INTERNAL (line 38312) | DUK_INTERNAL duk_ret_t duk_bi_promise_race(duk_hthread *thr) { function DUK_INTERNAL (line 38317) | DUK_INTERNAL duk_ret_t duk_bi_promise_reject(duk_hthread *thr) { function DUK_INTERNAL (line 38322) | DUK_INTERNAL duk_ret_t duk_bi_promise_resolve(duk_hthread *thr) { function DUK_INTERNAL (line 38327) | DUK_INTERNAL duk_ret_t duk_bi_promise_catch(duk_hthread *thr) { function DUK_INTERNAL (line 38332) | DUK_INTERNAL duk_ret_t duk_bi_promise_then(duk_hthread *thr) { function DUK_INTERNAL (line 38350) | DUK_INTERNAL void duk_proxy_ownkeys_postprocess(duk_hthread *thr, duk_ho... function DUK_INTERNAL (line 38426) | DUK_INTERNAL duk_ret_t duk_bi_proxy_constructor(duk_hthread *thr) { function DUK_INTERNAL (line 38446) | DUK_INTERNAL duk_ret_t duk_bi_reflect_object_delete_property(duk_hthread... function DUK_INTERNAL (line 38465) | DUK_INTERNAL duk_ret_t duk_bi_reflect_object_get(duk_hthread *thr) { function DUK_INTERNAL (line 38487) | DUK_INTERNAL duk_ret_t duk_bi_reflect_object_has(duk_hthread *thr) { function DUK_INTERNAL (line 38506) | DUK_INTERNAL duk_ret_t duk_bi_reflect_object_set(duk_hthread *thr) { function DUK_LOCAL (line 38541) | DUK_LOCAL void duk__get_this_regexp(duk_hthread *thr) { function DUK_INTERNAL (line 38552) | DUK_INTERNAL duk_ret_t duk_bi_regexp_constructor(duk_hthread *thr) { function DUK_INTERNAL (line 38623) | DUK_INTERNAL duk_ret_t duk_bi_regexp_prototype_exec(duk_hthread *thr) { function DUK_INTERNAL (line 38635) | DUK_INTERNAL duk_ret_t duk_bi_regexp_prototype_test(duk_hthread *thr) { function DUK_INTERNAL (line 38650) | DUK_INTERNAL duk_ret_t duk_bi_regexp_prototype_tostring(duk_hthread *thr) { function DUK_INTERNAL (line 38662) | DUK_INTERNAL duk_ret_t duk_bi_regexp_prototype_flags(duk_hthread *thr) { function DUK_INTERNAL (line 38691) | DUK_INTERNAL duk_ret_t duk_bi_regexp_prototype_shared_getter(duk_hthread... function DUK_LOCAL (line 38785) | DUK_LOCAL duk_hstring *duk__str_tostring_notregexp(duk_hthread *thr, duk... function DUK_LOCAL (line 38797) | DUK_LOCAL duk_int_t duk__str_search_shared(duk_hthread *thr, duk_hstring... function DUK_INTERNAL (line 38875) | DUK_INTERNAL duk_ret_t duk_bi_string_constructor(duk_hthread *thr) { function DUK_LOCAL (line 38917) | DUK_LOCAL duk_ret_t duk__construct_from_codepoints(duk_hthread *thr, duk... function DUK_INTERNAL (line 38975) | DUK_INTERNAL duk_ret_t duk_bi_string_constructor_from_char_code(duk_hthr... function DUK_INTERNAL (line 38980) | DUK_INTERNAL duk_ret_t duk_bi_string_constructor_from_code_point(duk_hth... function DUK_INTERNAL (line 38989) | DUK_INTERNAL duk_ret_t duk_bi_string_prototype_to_string(duk_hthread *th... function DUK_INTERNAL (line 39024) | DUK_INTERNAL duk_ret_t duk_bi_string_prototype_char_at(duk_hthread *thr) { function DUK_INTERNAL (line 39036) | DUK_INTERNAL duk_ret_t duk_bi_string_prototype_char_code_at(duk_hthread ... function DUK_INTERNAL (line 39085) | DUK_INTERNAL duk_ret_t duk_bi_string_prototype_substring(duk_hthread *th... function DUK_INTERNAL (line 39118) | DUK_INTERNAL duk_ret_t duk_bi_string_prototype_substr(duk_hthread *thr) { function DUK_INTERNAL (line 39162) | DUK_INTERNAL duk_ret_t duk_bi_string_prototype_slice(duk_hthread *thr) { function DUK_INTERNAL (line 39202) | DUK_INTERNAL duk_ret_t duk_bi_string_prototype_caseconv_shared(duk_hthre... function DUK_INTERNAL (line 39214) | DUK_INTERNAL duk_ret_t duk_bi_string_prototype_indexof_shared(duk_hthrea... function DUK_LOCAL (line 39917) | DUK_LOCAL void duk__to_regexp_helper(duk_hthread *thr, duk_idx_t idx, du... function DUK_INTERNAL (line 39943) | DUK_INTERNAL duk_ret_t duk_bi_string_prototype_search(duk_hthread *thr) { function DUK_INTERNAL (line 39982) | DUK_INTERNAL duk_ret_t duk_bi_string_prototype_match(duk_hthread *thr) { function DUK_INTERNAL (line 40054) | DUK_INTERNAL duk_ret_t duk_bi_string_prototype_concat(duk_hthread *thr) { function DUK_INTERNAL (line 40062) | DUK_INTERNAL duk_ret_t duk_bi_string_prototype_trim(duk_hthread *thr) { function DUK_INTERNAL (line 40071) | DUK_INTERNAL duk_ret_t duk_bi_string_prototype_repeat(duk_hthread *thr) { function DUK_INTERNAL (line 40168) | DUK_INTERNAL duk_ret_t duk_bi_string_prototype_locale_compare(duk_hthrea... function DUK_INTERNAL (line 40227) | DUK_INTERNAL duk_ret_t duk_bi_string_prototype_startswith_endswith(duk_h... function DUK_INTERNAL (line 40292) | DUK_INTERNAL duk_ret_t duk_bi_string_prototype_includes(duk_hthread *thr) { function DUK_INTERNAL (line 40327) | DUK_INTERNAL duk_ret_t duk_bi_symbol_constructor_shared(duk_hthread *thr) { function DUK_LOCAL (line 40387) | DUK_LOCAL duk_hstring *duk__auto_unbox_symbol(duk_hthread *thr, duk_tval... function DUK_INTERNAL (line 40426) | DUK_INTERNAL duk_ret_t duk_bi_symbol_tostring_shared(duk_hthread *thr) { function DUK_INTERNAL (line 40444) | DUK_INTERNAL duk_ret_t duk_bi_symbol_key_for(duk_hthread *thr) { function DUK_INTERNAL (line 40473) | DUK_INTERNAL duk_ret_t duk_bi_symbol_toprimitive(duk_hthread *thr) { function DUK_INTERNAL (line 40497) | DUK_INTERNAL duk_ret_t duk_bi_thread_constructor(duk_hthread *thr) { function DUK_INTERNAL (line 40539) | DUK_INTERNAL duk_ret_t duk_bi_thread_resume(duk_hthread *ctx) { function DUK_INTERNAL (line 40692) | DUK_INTERNAL duk_ret_t duk_bi_thread_yield(duk_hthread *thr) { function DUK_INTERNAL (line 40793) | DUK_INTERNAL duk_ret_t duk_bi_thread_current(duk_hthread *thr) { function DUK_INTERNAL (line 40805) | DUK_INTERNAL duk_ret_t duk_bi_type_error_thrower(duk_hthread *thr) { function DUK_INTERNAL (line 40818) | DUK_INTERNAL void duk_fb_put_bytes(duk_fixedbuffer *fb, const duk_uint8_... function DUK_INTERNAL (line 40833) | DUK_INTERNAL void duk_fb_put_byte(duk_fixedbuffer *fb, duk_uint8_t x) { function DUK_INTERNAL (line 40837) | DUK_INTERNAL void duk_fb_put_cstring(duk_fixedbuffer *fb, const char *x) { function DUK_INTERNAL (line 40841) | DUK_INTERNAL void duk_fb_sprintf(duk_fixedbuffer *fb, const char *fmt, .... function DUK_INTERNAL (line 40866) | DUK_INTERNAL void duk_fb_put_funcptr(duk_fixedbuffer *fb, duk_uint8_t *f... function DUK_INTERNAL (line 40873) | DUK_INTERNAL duk_bool_t duk_fb_is_full(duk_fixedbuffer *fb) { type duk__dprint_state (line 40996) | typedef struct duk__dprint_state duk__dprint_state; type duk__dprint_state (line 40997) | struct duk__dprint_state { function DUK_LOCAL (line 41028) | DUK_LOCAL void duk__print_shared_heaphdr(duk__dprint_state *st, duk_heap... function DUK_LOCAL (line 41076) | DUK_LOCAL void duk__print_shared_heaphdr_string(duk__dprint_state *st, d... function DUK_LOCAL (line 41120) | DUK_LOCAL void duk__print_hstring(duk__dprint_state *st, duk_hstring *h,... function DUK_LOCAL (line 41188) | DUK_LOCAL void duk__print_hobject(duk__dprint_state *st, duk_hobject *h) { function DUK_LOCAL (line 41492) | DUK_LOCAL void duk__print_hbuffer(duk__dprint_state *st, duk_hbuffer *h) { function DUK_LOCAL (line 41539) | DUK_LOCAL void duk__print_heaphdr(duk__dprint_state *st, duk_heaphdr *h) { function DUK_LOCAL (line 41567) | DUK_LOCAL void duk__print_tval(duk__dprint_state *st, duk_tval *tv) { function DUK_LOCAL (line 41661) | DUK_LOCAL void duk__print_instr(duk__dprint_state *st, duk_instr_t ins) { function DUK_LOCAL (line 41686) | DUK_LOCAL void duk__print_opcode(duk__dprint_state *st, duk_small_int_t ... function DUK_INTERNAL (line 41696) | DUK_INTERNAL duk_int_t duk_debug_vsnprintf(char *str, duk_size_t size, c... function DUK_INTERNAL (line 41880) | DUK_INTERNAL duk_int_t duk_debug_snprintf(char *str, duk_size_t size, co... function DUK_INTERNAL (line 41895) | DUK_INTERNAL void duk_debug_format_funcptr(char *buf, duk_size_t buf_siz... type duk__ptr_union (line 41958) | typedef union { function duk__debug_do_detach1 (line 41976) | void duk__debug_do_detach1(duk_heap *heap, duk_int_t reason) { function DUK_LOCAL (line 42033) | DUK_LOCAL void duk__debug_do_detach2(duk_heap *heap) { function DUK_INTERNAL (line 42063) | DUK_INTERNAL void duk_debug_do_detach(duk_heap *heap) { function DUK_LOCAL (line 42073) | DUK_LOCAL void duk__debug_null_most_callbacks(duk_hthread *thr) { function DUK_LOCAL (line 42093) | DUK_LOCAL void duk__debug_set_pause_state(duk_hthread *thr, duk_heap *he... function DUK_INTERNAL (line 42121) | DUK_INTERNAL duk_bool_t duk_debug_read_peek(duk_hthread *thr) { function DUK_INTERNAL (line 42144) | DUK_INTERNAL void duk_debug_read_flush(duk_hthread *thr) { function DUK_INTERNAL (line 42165) | DUK_INTERNAL void duk_debug_write_flush(duk_hthread *thr) { function DUK_INTERNAL (line 42191) | DUK_INTERNAL void duk_debug_skip_bytes(duk_hthread *thr, duk_size_t leng... function DUK_INTERNAL (line 42204) | DUK_INTERNAL void duk_debug_skip_byte(duk_hthread *thr) { function DUK_INTERNAL (line 42215) | DUK_INTERNAL uint8_t duk_debug_peek_byte(duk_hthread *thr) { function DUK_INTERNAL (line 42230) | DUK_INTERNAL void duk_debug_read_bytes(duk_hthread *thr, duk_uint8_t *da... function DUK_INTERNAL (line 42279) | DUK_INTERNAL duk_uint8_t duk_debug_read_byte(duk_hthread *thr) { function DUK_LOCAL (line 42287) | DUK_LOCAL duk_uint32_t duk__debug_read_uint32_raw(duk_hthread *thr) { function DUK_LOCAL (line 42299) | DUK_LOCAL duk_int32_t duk__debug_read_int32_raw(duk_hthread *thr) { function DUK_LOCAL (line 42303) | DUK_LOCAL duk_uint16_t duk__debug_read_uint16_raw(duk_hthread *thr) { function DUK_INTERNAL (line 42313) | DUK_INTERNAL duk_int32_t duk_debug_read_int(duk_hthread *thr) { function DUK_LOCAL (line 42334) | DUK_LOCAL duk_hstring *duk__debug_read_hstring_raw(duk_hthread *thr, duk... function DUK_INTERNAL (line 42351) | DUK_INTERNAL duk_hstring *duk_debug_read_hstring(duk_hthread *thr) { function DUK_LOCAL (line 42378) | DUK_LOCAL duk_hbuffer *duk__debug_read_hbuffer_raw(duk_hthread *thr, duk... function DUK_LOCAL (line 42388) | DUK_LOCAL void *duk__debug_read_pointer_raw(duk_hthread *thr) { function DUK_LOCAL (line 42410) | DUK_LOCAL duk_double_t duk__debug_read_double_raw(duk_hthread *thr) { function DUK_INTERNAL (line 42420) | DUK_INTERNAL duk_heaphdr *duk_debug_read_heapptr(duk_hthread *thr) { function DUK_INTERNAL (line 42439) | DUK_INTERNAL duk_heaphdr *duk_debug_read_any_ptr(duk_hthread *thr) { function DUK_INTERNAL (line 42468) | DUK_INTERNAL duk_tval *duk_debug_read_tval(duk_hthread *thr) { function DUK_INTERNAL (line 42587) | DUK_INTERNAL void duk_debug_write_bytes(duk_hthread *thr, const duk_uint... function DUK_INTERNAL (line 42635) | DUK_INTERNAL void duk_debug_write_byte(duk_hthread *thr, duk_uint8_t x) { function DUK_INTERNAL (line 42639) | DUK_INTERNAL void duk_debug_write_unused(duk_hthread *thr) { function DUK_INTERNAL (line 42643) | DUK_INTERNAL void duk_debug_write_undefined(duk_hthread *thr) { function DUK_INTERNAL (line 42648) | DUK_INTERNAL void duk_debug_write_null(duk_hthread *thr) { function DUK_INTERNAL (line 42653) | DUK_INTERNAL void duk_debug_write_boolean(duk_hthread *thr, duk_uint_t v... function DUK_INTERNAL (line 42658) | DUK_INTERNAL void duk_debug_write_int(duk_hthread *thr, duk_int32_t x) { function DUK_INTERNAL (line 42684) | DUK_INTERNAL void duk_debug_write_uint(duk_hthread *thr, duk_uint32_t x) { function DUK_INTERNAL (line 42699) | DUK_INTERNAL void duk_debug_write_strbuf(duk_hthread *thr, const char *d... function DUK_INTERNAL (line 42728) | DUK_INTERNAL void duk_debug_write_string(duk_hthread *thr, const char *d... function DUK_INTERNAL (line 42732) | DUK_INTERNAL void duk_debug_write_cstring(duk_hthread *thr, const char *... function DUK_INTERNAL (line 42740) | DUK_INTERNAL void duk_debug_write_hstring(duk_hthread *thr, duk_hstring ... function DUK_LOCAL (line 42749) | DUK_LOCAL void duk__debug_write_hstring_safe_top(duk_hthread *thr) { function DUK_INTERNAL (line 42753) | DUK_INTERNAL void duk_debug_write_buffer(duk_hthread *thr, const char *d... function DUK_INTERNAL (line 42757) | DUK_INTERNAL void duk_debug_write_hbuffer(duk_hthread *thr, duk_hbuffer ... function DUK_LOCAL (line 42765) | DUK_LOCAL void duk__debug_write_pointer_raw(duk_hthread *thr, void *ptr,... function DUK_INTERNAL (line 42783) | DUK_INTERNAL void duk_debug_write_pointer(duk_hthread *thr, void *ptr) { function DUK_INTERNAL (line 42788) | DUK_INTERNAL void duk_debug_write_heapptr(duk_hthread *thr, duk_heaphdr ... function DUK_INTERNAL (line 42793) | DUK_INTERNAL void duk_debug_write_hobject(duk_hthread *thr, duk_hobject ... function DUK_INTERNAL (line 42812) | DUK_INTERNAL void duk_debug_write_tval(duk_hthread *thr, duk_tval *tv) { function DUK_LOCAL (line 42903) | DUK_LOCAL void duk__debug_write_tval_heapptr(duk_hthread *thr, duk_tval ... function DUK_INTERNAL (line 42918) | DUK_INTERNAL void duk_debug_write_request(duk_hthread *thr, duk_small_ui... function DUK_INTERNAL (line 42924) | DUK_INTERNAL void duk_debug_write_reply(duk_hthread *thr) { function DUK_INTERNAL (line 42928) | DUK_INTERNAL void duk_debug_write_error_eom(duk_hthread *thr, duk_small_... function DUK_INTERNAL (line 42936) | DUK_INTERNAL void duk_debug_write_notify(duk_hthread *thr, duk_small_uin... function DUK_INTERNAL (line 42941) | DUK_INTERNAL void duk_debug_write_eom(duk_hthread *thr) { function DUK_INTERNAL (line 42956) | DUK_INTERNAL duk_uint_fast32_t duk_debug_curr_line(duk_hthread *thr) { function DUK_INTERNAL (line 42984) | DUK_INTERNAL void duk_debug_send_status(duk_hthread *thr) { function DUK_INTERNAL (line 43012) | DUK_INTERNAL void duk_debug_send_throw(duk_hthread *thr, duk_bool_t fata... function DUK_LOCAL (line 43068) | DUK_LOCAL duk_bool_t duk__debug_skip_dvalue(duk_hthread *thr) { function DUK_LOCAL (line 43142) | DUK_LOCAL void duk__debug_skip_to_eom(duk_hthread *thr) { function DUK_LOCAL (line 43153) | DUK_LOCAL duk_int32_t duk__debug_read_validate_csindex(duk_hthread *thr) { function DUK_LOCAL (line 43166) | DUK_LOCAL duk_activation *duk__debug_read_level_get_activation(duk_hthre... function DUK_LOCAL (line 43182) | DUK_LOCAL void duk__debug_handle_basic_info(duk_hthread *thr, duk_heap *... function DUK_LOCAL (line 43203) | DUK_LOCAL void duk__debug_handle_trigger_status(duk_hthread *thr, duk_he... function DUK_LOCAL (line 43212) | DUK_LOCAL void duk__debug_handle_pause(duk_hthread *thr, duk_heap *heap) { function DUK_LOCAL (line 43219) | DUK_LOCAL void duk__debug_handle_resume(duk_hthread *thr, duk_heap *heap) { function DUK_LOCAL (line 43242) | DUK_LOCAL void duk__debug_handle_step(duk_hthread *thr, duk_heap *heap, ... function DUK_LOCAL (line 43273) | DUK_LOCAL void duk__debug_handle_list_break(duk_hthread *thr, duk_heap *... function DUK_LOCAL (line 43285) | DUK_LOCAL void duk__debug_handle_add_break(duk_hthread *thr, duk_heap *h... function DUK_LOCAL (line 43305) | DUK_LOCAL void duk__debug_handle_del_break(duk_hthread *thr, duk_heap *h... function DUK_LOCAL (line 43320) | DUK_LOCAL void duk__debug_handle_get_var(duk_hthread *thr, duk_heap *hea... function DUK_LOCAL (line 43349) | DUK_LOCAL void duk__debug_handle_put_var(duk_hthread *thr, duk_heap *hea... function DUK_LOCAL (line 43378) | DUK_LOCAL void duk__debug_handle_get_call_stack(duk_hthread *thr, duk_he... function DUK_LOCAL (line 43425) | DUK_LOCAL void duk__debug_handle_get_locals(duk_hthread *thr, duk_heap *... function DUK_LOCAL (line 43464) | DUK_LOCAL void duk__debug_handle_eval(duk_hthread *thr, duk_heap *heap) { function DUK_LOCAL (line 43554) | DUK_LOCAL void duk__debug_handle_detach(duk_hthread *thr, duk_heap *heap) { function DUK_LOCAL (line 43565) | DUK_LOCAL void duk__debug_handle_apprequest(duk_hthread *thr, duk_heap *... function DUK_LOCAL (line 43648) | DUK_LOCAL void duk__debug_dump_heaphdr(duk_hthread *thr, duk_heap *heap,... function DUK_LOCAL (line 43723) | DUK_LOCAL void duk__debug_dump_heap_allocated(duk_hthread *thr, duk_heap... function DUK_LOCAL (line 43733) | DUK_LOCAL void duk__debug_dump_strtab(duk_hthread *thr, duk_heap *heap) { function DUK_LOCAL (line 43750) | DUK_LOCAL void duk__debug_handle_dump_heap(duk_hthread *thr, duk_heap *h... function DUK_LOCAL (line 43760) | DUK_LOCAL void duk__debug_handle_get_bytecode(duk_hthread *thr, duk_heap... function DUK_LOCAL (line 43942) | DUK_LOCAL void duk__debug_getinfo_flags_key(duk_hthread *thr, const char... function DUK_LOCAL (line 43947) | DUK_LOCAL void duk__debug_getinfo_prop_uint(duk_hthread *thr, const char... function DUK_LOCAL (line 43953) | DUK_LOCAL void duk__debug_getinfo_prop_int(duk_hthread *thr, const char ... function DUK_LOCAL (line 43959) | DUK_LOCAL void duk__debug_getinfo_prop_bool(duk_hthread *thr, const char... function DUK_LOCAL (line 43965) | DUK_LOCAL void duk__debug_getinfo_bitmask(duk_hthread *thr, const char *... function DUK_LOCAL (line 43987) | DUK_LOCAL duk_bool_t duk__debug_getprop_index(duk_hthread *thr, duk_heap... function DUK_LOCAL (line 44047) | DUK_LOCAL void duk__debug_handle_get_heap_obj_info(duk_hthread *thr, duk... function DUK_LOCAL (line 44270) | DUK_LOCAL void duk__debug_handle_get_obj_prop_desc(duk_hthread *thr, duk... function DUK_LOCAL (line 44313) | DUK_LOCAL void duk__debug_handle_get_obj_prop_desc_range(duk_hthread *th... function DUK_LOCAL (line 44363) | DUK_LOCAL void duk__debug_process_message(duk_hthread *thr) { function DUK_LOCAL (line 44507) | DUK_LOCAL void duk__check_resend_status(duk_hthread *thr) { function DUK_INTERNAL (line 44514) | DUK_INTERNAL duk_bool_t duk_debug_process_messages(duk_hthread *thr, duk... function DUK_INTERNAL (line 44639) | DUK_INTERNAL void duk_debug_halt_execution(duk_hthread *thr, duk_bool_t ... function DUK_INTERNAL (line 44706) | DUK_INTERNAL duk_small_int_t duk_debug_add_breakpoint(duk_hthread *thr, ... function DUK_INTERNAL (line 44734) | DUK_INTERNAL duk_bool_t duk_debug_remove_breakpoint(duk_hthread *thr, du... function DUK_INTERNAL (line 44781) | DUK_INTERNAL duk_bool_t duk_debug_is_attached(duk_heap *heap) { function DUK_INTERNAL (line 44785) | DUK_INTERNAL duk_bool_t duk_debug_is_paused(duk_heap *heap) { function DUK_INTERNAL (line 44789) | DUK_INTERNAL void duk_debug_set_paused(duk_heap *heap) { function DUK_INTERNAL (line 44804) | DUK_INTERNAL void duk_debug_clear_paused(duk_heap *heap) { function DUK_INTERNAL (line 44819) | DUK_INTERNAL void duk_debug_clear_pause_state(duk_heap *heap) { function DUK_LOCAL (line 44897) | DUK_LOCAL void duk__err_augment_user(duk_hthread *thr, duk_small_uint_t ... function DUK_LOCAL (line 44978) | DUK_LOCAL void duk__add_traceback(duk_hthread *thr, duk_hthread *thr_cal... function DUK_LOCAL (line 45131) | DUK_LOCAL void duk__add_fileline(duk_hthread *thr, duk_hthread *thr_call... function DUK_LOCAL (line 45247) | DUK_LOCAL void duk__add_compiler_error_line(duk_hthread *thr) { function DUK_LOCAL (line 45285) | DUK_LOCAL void duk__err_augment_builtin_create(duk_hthread *thr, duk_hth... function DUK_INTERNAL (line 45338) | DUK_INTERNAL void duk_err_augment_error_create(duk_hthread *thr, duk_hth... function DUK_INTERNAL (line 45393) | DUK_INTERNAL void duk_err_augment_error_throw(duk_hthread *thr) { function DUK_LOCAL (line 45408) | DUK_LOCAL void duk__uncaught_minimal(duk_hthread *thr) { function DUK_LOCAL (line 45414) | DUK_LOCAL void duk__uncaught_readable(duk_hthread *thr) { function DUK_LOCAL (line 45426) | DUK_LOCAL void duk__uncaught_error_aware(duk_hthread *thr) { function DUK_INTERNAL (line 45438) | DUK_INTERNAL void duk_err_longjmp(duk_hthread *thr) { function DUK_LOCAL (line 45519) | DUK_LOCAL duk_bool_t duk__have_active_catcher(duk_hthread *thr) { function DUK_INTERNAL (line 45548) | DUK_INTERNAL duk_hobject *duk_error_prototype_from_code(duk_hthread *thr... function DUK_INTERNAL (line 45573) | DUK_INTERNAL void duk_err_check_debugger_integration(duk_hthread *thr) { function DUK_INTERNAL (line 45665) | DUK_INTERNAL void duk_err_setup_ljstate1(duk_hthread *thr, duk_small_uin... function DUK_INTERNAL (line 45707) | DUK_INTERNAL void duk_err_create_and_throw(duk_hthread *thr, duk_errcode... function DUK_INTERNAL (line 45827) | DUK_INTERNAL void duk_error_throw_from_negative_rc(duk_hthread *thr, duk... function DUK_INTERNAL (line 45855) | DUK_INTERNAL duk_hbuffer *duk_hbuffer_alloc(duk_heap *heap, duk_size_t s... function DUK_INTERNAL (line 45972) | DUK_INTERNAL void *duk_hbuffer_get_dynalloc_ptr(duk_heap *heap, void *ud) { function DUK_INTERNAL (line 45989) | DUK_INTERNAL void duk_hbuffer_resize(duk_hthread *thr, duk_hbuffer_dynam... function DUK_INTERNAL (line 46046) | DUK_INTERNAL void duk_hbuffer_reset(duk_hthread *thr, duk_hbuffer_dynami... function DUK_INTERNAL (line 46058) | DUK_INTERNAL duk_uint_t duk_hbufobj_clamp_bytelength(duk_hbufobj *h_bufo... function DUK_INTERNAL (line 46096) | DUK_INTERNAL void duk_free_hobject(duk_heap *heap, duk_hobject *h) { function DUK_INTERNAL (line 46152) | DUK_INTERNAL void duk_free_hbuffer(duk_heap *heap, duk_hbuffer *h) { function DUK_INTERNAL (line 46164) | DUK_INTERNAL void duk_free_hstring(duk_heap *heap, duk_hstring *h) { function DUK_INTERNAL (line 46181) | DUK_INTERNAL void duk_heap_free_heaphdr_raw(duk_heap *heap, duk_heaphdr ... function DUK_LOCAL (line 46215) | DUK_LOCAL duk_size_t duk__heap_free_activation_freelist(duk_heap *heap) { function DUK_LOCAL (line 46234) | DUK_LOCAL duk_size_t duk__heap_free_catcher_freelist(duk_heap *heap) { function DUK_INTERNAL (line 46253) | DUK_INTERNAL void duk_heap_free_freelists(duk_heap *heap) { function DUK_LOCAL (line 46271) | DUK_LOCAL void duk__free_allocated(duk_heap *heap) { function DUK_LOCAL (line 46290) | DUK_LOCAL void duk__free_finalize_list(duk_heap *heap) { function DUK_LOCAL (line 46305) | DUK_LOCAL void duk__free_stringtable(duk_heap *heap) { function DUK_LOCAL (line 46311) | DUK_LOCAL void duk__free_run_finalizers(duk_heap *heap) { function DUK_INTERNAL (line 46410) | DUK_INTERNAL void duk_heap_free(duk_heap *heap) { function DUK_LOCAL (line 46506) | DUK_LOCAL duk_bool_t duk__init_heap_strings(duk_heap *heap) { function DUK_LOCAL (line 46537) | DUK_LOCAL duk_bool_t duk__init_heap_strings(duk_heap *heap) { function DUK_LOCAL (line 46600) | DUK_LOCAL duk_bool_t duk__init_heap_thread(duk_heap *heap) { function DUK_LOCAL (line 46668) | DUK_LOCAL void duk__dump_type_sizes(void) { function DUK_LOCAL (line 46778) | DUK_LOCAL void duk__dump_type_limits(void) { function DUK_LOCAL (line 46824) | DUK_LOCAL void duk__dump_misc_options(void) { function DUK_LOCAL (line 47293) | DUK_LOCAL duk_ret_t duk__fake_global_finalizer(duk_hthread *thr) { function DUK_LOCAL (line 47327) | DUK_LOCAL void duk__run_global_torture_finalizer(duk_hthread *thr) { function DUK_INTERNAL (line 47408) | DUK_INTERNAL void duk_heap_process_finalize_list(duk_heap *heap) { function DUK_LOCAL (line 47619) | DUK_LOCAL duk_ret_t duk__finalize_helper(duk_hthread *thr, void *udata) { function DUK_INTERNAL (line 47651) | DUK_INTERNAL void duk_heap_run_finalizer(duk_heap *heap, duk_hobject *ob... function DUK_INTERNAL (line 47753) | DUK_INTERNAL duk_uint32_t duk_heap_hashstring(duk_heap *heap, const duk_... function DUK_INTERNAL (line 47809) | DUK_INTERNAL duk_uint32_t duk_heap_hashstring(duk_heap *heap, const duk_... function DUK_LOCAL (line 47863) | DUK_LOCAL void duk__mark_hstring(duk_heap *heap, duk_hstring *h) { function DUK_LOCAL (line 47873) | DUK_LOCAL void duk__mark_hobject(duk_heap *heap, duk_hobject *h) { function DUK_LOCAL (line 48018) | DUK_LOCAL void duk__mark_heaphdr(duk_heap *heap, duk_heaphdr *h) { function DUK_LOCAL (line 48077) | DUK_LOCAL void duk__mark_tval(duk_heap *heap, duk_tval *tv) { function DUK_LOCAL (line 48090) | DUK_LOCAL void duk__mark_tvals(duk_heap *heap, duk_tval *tv, duk_idx_t c... function DUK_LOCAL (line 48105) | DUK_LOCAL void duk__mark_heaphdr_nonnull(duk_heap *heap, duk_heaphdr *h) { function DUK_LOCAL (line 48116) | DUK_LOCAL void duk__mark_roots_heap(duk_heap *heap) { function DUK_LOCAL (line 48152) | DUK_LOCAL void duk__mark_finalizable(duk_heap *heap) { function DUK_LOCAL (line 48217) | DUK_LOCAL void duk__mark_finalize_list(duk_heap *heap) { function DUK_LOCAL (line 48263) | DUK_LOCAL void duk__handle_temproot(duk_heap *heap, duk_heaphdr *hdr) { function DUK_LOCAL (line 48285) | DUK_LOCAL void duk__mark_temproots_by_heap_scan(duk_heap *heap) { function DUK_LOCAL (line 48339) | DUK_LOCAL void duk__finalize_refcounts(duk_heap *heap) { function DUK_LOCAL (line 48385) | DUK_LOCAL void duk__clear_finalize_list_flags(duk_heap *heap) { function DUK_LOCAL (line 48486) | DUK_LOCAL void duk__sweep_heap(duk_heap *heap, duk_small_uint_t flags, d... function DUK_LOCAL (line 48662) | DUK_LOCAL int duk__protected_compact_object(duk_hthread *thr, void *udat... function DUK_LOCAL (line 48675) | DUK_LOCAL void duk__compact_object_list(duk_heap *heap, duk_hthread *thr... function DUK_LOCAL (line 48724) | DUK_LOCAL void duk__compact_objects(duk_heap *heap) { function DUK_LOCAL (line 48762) | DUK_LOCAL void duk__assert_heaphdr_flags(duk_heap *heap) { function DUK_LOCAL (line 48780) | DUK_LOCAL void duk__assert_valid_refcounts(duk_heap *heap) { function DUK_LOCAL (line 48805) | DUK_LOCAL void duk__clear_assert_refcounts(duk_heap *heap) { function DUK_LOCAL (line 48838) | DUK_LOCAL void duk__check_refcount_heaphdr(duk_heaphdr *hdr) { function DUK_LOCAL (line 48865) | DUK_LOCAL void duk__check_assert_refcounts(duk_heap *heap) { function DUK_LOCAL (line 48900) | DUK_LOCAL void duk__dump_stats(duk_heap *heap) { function DUK_INTERNAL (line 48953) | DUK_INTERNAL void duk_heap_mark_and_sweep(duk_heap *heap, duk_small_uint... function duk__check_voluntary_gc (line 49234) | void duk__check_voluntary_gc(duk_heap *heap) { function DUK_INTERNAL (line 49344) | DUK_INTERNAL void *duk_heap_mem_alloc_zeroed(duk_heap *heap, duk_size_t ... function DUK_INTERNAL (line 49358) | DUK_INTERNAL void *duk_heap_mem_alloc_checked(duk_hthread *thr, duk_size... function DUK_INTERNAL (line 49370) | DUK_INTERNAL void *duk_heap_mem_alloc_checked_zeroed(duk_hthread *thr, d... function DUK_INTERNAL (line 49386) | DUK_INTERNAL void *duk_heap_mem_realloc(duk_heap *heap, void *ptr, duk_s... function DUK_INTERNAL (line 49471) | DUK_INTERNAL void *duk_heap_mem_realloc_indirect(duk_heap *heap, duk_mem... function DUK_INTERNAL (line 49572) | DUK_INTERNAL void duk_heap_mem_free(duk_heap *heap, void *ptr) { function DUK_INTERNAL (line 49596) | DUK_INTERNAL void duk_heap_insert_into_heap_allocated(duk_heap *heap, du... function DUK_INTERNAL (line 49616) | DUK_INTERNAL void duk_heap_remove_from_heap_allocated(duk_heap *heap, du... function DUK_INTERNAL (line 49659) | DUK_INTERNAL void duk_heap_insert_into_finalize_list(duk_heap *heap, duk... function DUK_INTERNAL (line 49678) | DUK_INTERNAL void duk_heap_remove_from_finalize_list(duk_heap *heap, duk... function DUK_INTERNAL (line 49724) | DUK_INTERNAL duk_bool_t duk_heap_in_heap_allocated(duk_heap *heap, duk_h... function DUK_INTERNAL (line 49738) | DUK_INTERNAL void duk_heap_switch_thread(duk_heap *heap, duk_hthread *ne... function DUK_LOCAL (line 49806) | DUK_LOCAL void duk__decref_tvals_norz(duk_hthread *thr, duk_tval *tv, du... function DUK_INTERNAL (line 49815) | DUK_INTERNAL void duk_hobject_refcount_finalize_norz(duk_heap *heap, duk... function DUK_INTERNAL (line 49998) | DUK_INTERNAL void duk_heaphdr_refcount_finalize_norz(duk_heap *heap, duk... function DUK_LOCAL (line 50057) | DUK_LOCAL void duk__refcount_free_pending(duk_heap *heap) { function duk__refcount_refzero_hobject (line 50104) | void duk__refcount_refzero_hobject(duk_heap *heap, duk_hobject *obj, duk... function duk_refzero_check_fast (line 50211) | void duk_refzero_check_fast(duk_hthread *thr) { function DUK_INTERNAL (line 50221) | DUK_INTERNAL void duk_refzero_check_slow(duk_hthread *thr) { function duk__refcount_refzero_hstring (line 50236) | void duk__refcount_refzero_hstring(duk_heap *heap, duk_hstring *str) { function duk__refcount_refzero_hbuffer (line 50251) | void duk__refcount_refzero_hbuffer(duk_heap *heap, duk_hbuffer *buf) { function duk__hstring_refzero_helper (line 50345) | void duk__hstring_refzero_helper(duk_hthread *thr, duk_hstring *h) { function duk__hbuffer_refzero_helper (line 50356) | void duk__hbuffer_refzero_helper(duk_hthread *thr, duk_hbuffer *h) { function duk__hobject_refzero_helper (line 50367) | void duk__hobject_refzero_helper(duk_hthread *thr, duk_hobject *h, duk_b... function duk__heaphdr_refzero_helper (line 50378) | void duk__heaphdr_refzero_helper(duk_hthread *thr, duk_heaphdr *h, duk_b... function duk_heaphdr_refzero (line 50420) | void duk_heaphdr_refzero(duk_hthread *thr, duk_heaphdr *h) { function duk_heaphdr_refzero_norz (line 50424) | void duk_heaphdr_refzero_norz(duk_hthread *thr, duk_heaphdr *h) { function duk_hstring_refzero (line 50428) | void duk_hstring_refzero(duk_hthread *thr, duk_hstring *h) { function duk_hbuffer_refzero (line 50432) | void duk_hbuffer_refzero(duk_hthread *thr, duk_hbuffer *h) { function duk_hobject_refzero (line 50436) | void duk_hobject_refzero(duk_hthread *thr, duk_hobject *h) { function duk_hobject_refzero_norz (line 50440) | void duk_hobject_refzero_norz(duk_hthread *thr, duk_hobject *h) { function DUK_INTERNAL (line 50445) | DUK_INTERNAL void duk_tval_incref(duk_tval *tv) { function DUK_INTERNAL (line 50458) | DUK_INTERNAL void duk_tval_decref(duk_hthread *thr, duk_tval *tv) { function DUK_INTERNAL (line 50478) | DUK_INTERNAL void duk_tval_decref_norz(duk_hthread *thr, duk_tval *tv) { function DUK_INTERNAL (line 50538) | DUK_INTERNAL void duk_heaphdr_incref(duk_heaphdr *h) { function DUK_INTERNAL (line 50546) | DUK_INTERNAL void duk_heaphdr_decref(duk_hthread *thr, duk_heaphdr *h) { function DUK_INTERNAL (line 50556) | DUK_INTERNAL void duk_heaphdr_decref_norz(duk_hthread *thr, duk_heaphdr ... function DUK_INTERNAL (line 50564) | DUK_INTERNAL void duk_hstring_decref(duk_hthread *thr, duk_hstring *h) { function DUK_INTERNAL (line 50569) | DUK_INTERNAL void duk_hstring_decref_norz(duk_hthread *thr, duk_hstring ... function DUK_INTERNAL (line 50574) | DUK_INTERNAL void duk_hbuffer_decref(duk_hthread *thr, duk_hbuffer *h) { function DUK_INTERNAL (line 50579) | DUK_INTERNAL void duk_hbuffer_decref_norz(duk_hthread *thr, duk_hbuffer ... function DUK_INTERNAL (line 50584) | DUK_INTERNAL void duk_hobject_decref(duk_hthread *thr, duk_hobject *h) { function DUK_INTERNAL (line 50589) | DUK_INTERNAL void duk_hobject_decref_norz(duk_hthread *thr, duk_hobject ... function DUK_INTERNAL (line 50634) | DUK_INTERNAL void duk_heap_strcache_string_remove(duk_heap *heap, duk_hs... function DUK_LOCAL (line 50659) | DUK_LOCAL const duk_uint8_t *duk__scan_forwards(const duk_uint8_t *p, co... function DUK_LOCAL (line 50675) | DUK_LOCAL const duk_uint8_t *duk__scan_backwards(const duk_uint8_t *p, c... function DUK_INTERNAL (line 50707) | DUK_INTERNAL duk_uint_fast32_t duk_heap_strcache_offset_char2byte(duk_ht... function DUK_INTERNAL (line 50956) | DUK_INTERNAL void duk_heap_strtable_dump(duk_heap *heap) { function DUK_LOCAL (line 51014) | DUK_LOCAL void duk__strtable_assert_checks(duk_heap *heap) { function DUK_LOCAL (line 51189) | DUK_LOCAL void duk__strtable_grow_inplace(duk_heap *heap) { function DUK_LOCAL (line 51306) | DUK_LOCAL void duk__strtable_shrink_inplace(duk_heap *heap) { function duk__strtable_resize_check (line 51392) | void duk__strtable_resize_check(duk_heap *heap) { function DUK_LOCAL (line 51454) | DUK_LOCAL void duk__strtable_resize_torture(duk_heap *heap) { function DUK_LOCAL (line 51477) | DUK_LOCAL duk_hstring *duk__strtable_do_intern(duk_heap *heap, const duk... function DUK_LOCAL (line 51600) | DUK_LOCAL duk_hstring *duk__strtab_romstring_lookup(duk_heap *heap, cons... function DUK_INTERNAL (line 51629) | DUK_INTERNAL duk_hstring *duk_heap_strtable_intern(duk_heap *heap, const... function DUK_INTERNAL (line 51691) | DUK_INTERNAL duk_hstring *duk_heap_strtable_intern_u32(duk_heap *heap, d... function DUK_INTERNAL (line 51718) | DUK_INTERNAL duk_hstring *duk_heap_strtable_intern_checked(duk_hthread *... function DUK_INTERNAL (line 51732) | DUK_INTERNAL duk_hstring *duk_heap_strtable_intern_u32_checked(duk_hthre... function DUK_INTERNAL (line 51754) | DUK_INTERNAL void duk_heap_strtable_unlink(duk_heap *heap, duk_hstring *... function DUK_INTERNAL (line 51805) | DUK_INTERNAL void duk_heap_strtable_unlink_prev(duk_heap *heap, duk_hstr... function DUK_INTERNAL (line 51868) | DUK_INTERNAL void duk_heap_strtable_free(duk_heap *heap) { function DUK_LOCAL (line 51933) | DUK_LOCAL void duk__init_object_parts(duk_heap *heap, duk_uint_t hobject... function DUK_LOCAL (line 51961) | DUK_LOCAL void *duk__hobject_alloc_init(duk_hthread *thr, duk_uint_t hob... function DUK_INTERNAL (line 51981) | DUK_INTERNAL duk_hobject *duk_hobject_alloc_unchecked(duk_heap *heap, du... function DUK_INTERNAL (line 52003) | DUK_INTERNAL duk_hobject *duk_hobject_alloc(duk_hthread *thr, duk_uint_t... function DUK_INTERNAL (line 52010) | DUK_INTERNAL duk_hcompfunc *duk_hcompfunc_alloc(duk_hthread *thr, duk_ui... function DUK_INTERNAL (line 52029) | DUK_INTERNAL duk_hnatfunc *duk_hnatfunc_alloc(duk_hthread *thr, duk_uint... function DUK_INTERNAL (line 52040) | DUK_INTERNAL duk_hboundfunc *duk_hboundfunc_alloc(duk_heap *heap, duk_ui... function DUK_INTERNAL (line 52062) | DUK_INTERNAL duk_hbufobj *duk_hbufobj_alloc(duk_hthread *thr, duk_uint_t... function DUK_INTERNAL (line 52082) | DUK_INTERNAL duk_hthread *duk_hthread_alloc_unchecked(duk_heap *heap, du... function DUK_INTERNAL (line 52125) | DUK_INTERNAL duk_hthread *duk_hthread_alloc(duk_hthread *thr, duk_uint_t... function DUK_INTERNAL (line 52135) | DUK_INTERNAL duk_harray *duk_harray_alloc(duk_hthread *thr, duk_uint_t h... function DUK_INTERNAL (line 52145) | DUK_INTERNAL duk_hdecenv *duk_hdecenv_alloc(duk_hthread *thr, duk_uint_t... function DUK_INTERNAL (line 52161) | DUK_INTERNAL duk_hobjenv *duk_hobjenv_alloc(duk_hthread *thr, duk_uint_t... function DUK_INTERNAL (line 52174) | DUK_INTERNAL duk_hproxy *duk_hproxy_alloc(duk_hthread *thr, duk_uint_t h... type duk_uint32_t (line 52246) | typedef duk_uint32_t duk__sort_key_t; type duk_uint64_t (line 52248) | typedef duk_uint64_t duk__sort_key_t; type duk_double_t (line 52250) | typedef duk_double_t duk__sort_key_t; function DUK_LOCAL (line 52254) | DUK_LOCAL duk__sort_key_t duk__hstring_sort_key(duk_hstring *x) { function DUK_LOCAL (line 52276) | DUK_LOCAL duk_bool_t duk__sort_compare_es6(duk_hstring *a, duk_hstring *... function DUK_LOCAL (line 52292) | DUK_LOCAL void duk__sort_enum_keys_es6(duk_hthread *thr, duk_hobject *h_... function DUK_LOCAL (line 52364) | DUK_LOCAL void duk__add_enum_key(duk_hthread *thr, duk_hstring *k) { function DUK_LOCAL (line 52373) | DUK_LOCAL void duk__add_enum_key_stridx(duk_hthread *thr, duk_small_uint... function DUK_INTERNAL (line 52740) | DUK_INTERNAL duk_bool_t duk_hobject_enumerator_next(duk_hthread *thr, du... function DUK_INTERNAL (line 52835) | DUK_INTERNAL duk_ret_t duk_hobject_get_enumerated_keys(duk_hthread *thr,... function DUK_INTERNAL (line 52895) | DUK_INTERNAL duk_bool_t duk_hobject_prototype_chain_contains(duk_hthread... function DUK_INTERNAL (line 52926) | DUK_INTERNAL void duk_hobject_set_prototype_updref(duk_hthread *thr, duk... function DUK_INTERNAL (line 52956) | DUK_INTERNAL void duk_hobject_pc2line_pack(duk_hthread *thr, duk_compile... function DUK_LOCAL (line 53064) | DUK_LOCAL duk_uint_fast32_t duk__hobject_pc2line_query_raw(duk_hthread *... function DUK_INTERNAL (line 53162) | DUK_INTERNAL duk_uint_fast32_t duk_hobject_pc2line_query(duk_hthread *th... function DUK_LOCAL (line 53276) | DUK_LOCAL duk_uint32_t duk__tval_number_to_arr_idx(duk_tval *tv) { function DUK_LOCAL (line 53299) | DUK_LOCAL duk_uint32_t duk__tval_fastint_to_arr_idx(duk_tval *tv) { function DUK_LOCAL (line 53325) | DUK_LOCAL duk_uint32_t duk__to_property_key(duk_hthread *thr, duk_idx_t ... function DUK_LOCAL (line 53360) | DUK_LOCAL duk_uint32_t duk__push_tval_to_property_key(duk_hthread *thr, ... function DUK_LOCAL (line 53366) | DUK_LOCAL duk_bool_t duk__key_is_plain_buf_ownprop(duk_hthread *thr, duk... function DUK_LOCAL (line 53389) | DUK_LOCAL duk_uint32_t duk__get_default_h_size(duk_uint32_t e_size) { function DUK_LOCAL (line 53420) | DUK_LOCAL duk_uint32_t duk__get_min_grow_e(duk_uint32_t e_size) { function DUK_LOCAL (line 53431) | DUK_LOCAL duk_uint32_t duk__get_min_grow_a(duk_uint32_t a_size) { function DUK_LOCAL (line 53442) | DUK_LOCAL duk_uint32_t duk__count_used_e_keys(duk_hthread *thr, duk_hobj... function DUK_LOCAL (line 53464) | DUK_LOCAL void duk__compute_a_stats(duk_hthread *thr, duk_hobject *obj, ... function DUK_LOCAL (line 53494) | DUK_LOCAL duk_bool_t duk__abandon_array_density_check(duk_uint32_t a_use... function DUK_LOCAL (line 53515) | DUK_LOCAL duk_bool_t duk__abandon_array_slow_check_required(duk_uint32_t... function DUK_INTERNAL (line 53545) | DUK_INTERNAL duk_bool_t duk_hobject_proxy_check(duk_hobject *obj, duk_ho... function DUK_INTERNAL (line 53574) | DUK_INTERNAL duk_hobject *duk_hobject_resolve_proxy_target(duk_hobject *... function DUK_LOCAL (line 53597) | DUK_LOCAL duk_bool_t duk__proxy_check_prop(duk_hthread *thr, duk_hobject... function DUK_INTERNAL (line 53691) | DUK_INTERNAL void duk_hobject_realloc_props(duk_hthread *thr, function DUK_INTERNAL (line 54147) | DUK_INTERNAL void duk_hobject_resize_entrypart(duk_hthread *thr, function DUK_INTERNAL (line 54172) | DUK_INTERNAL void duk_hobject_resize_arraypart(duk_hthread *thr, function DUK_LOCAL (line 54197) | DUK_LOCAL void duk__grow_props_for_new_entry_item(duk_hthread *thr, duk_... function DUK_LOCAL (line 54227) | DUK_LOCAL void duk__grow_props_for_array_item(duk_hthread *thr, duk_hobj... function DUK_LOCAL (line 54251) | DUK_LOCAL void duk__abandon_array_checked(duk_hthread *thr, duk_hobject ... function DUK_INTERNAL (line 54301) | DUK_INTERNAL void duk_hobject_compact_props(duk_hthread *thr, duk_hobjec... function DUK_INTERNAL (line 54364) | DUK_INTERNAL duk_bool_t duk_hobject_find_existing_entry(duk_heap *heap, ... function DUK_INTERNAL (line 54448) | DUK_INTERNAL duk_tval *duk_hobject_find_existing_entry_tval_ptr(duk_heap... function DUK_INTERNAL (line 54466) | DUK_INTERNAL duk_tval *duk_hobject_find_existing_entry_tval_ptr_and_attr... function DUK_INTERNAL (line 54487) | DUK_INTERNAL duk_tval *duk_hobject_find_existing_array_entry_tval_ptr(du... function DUK_LOCAL (line 54512) | DUK_LOCAL duk_int_t duk__hobject_alloc_entry_checked(duk_hthread *thr, d... function DUK_INTERNAL (line 54590) | DUK_INTERNAL duk_bool_t duk_hobject_get_internal_value(duk_heap *heap, d... function DUK_INTERNAL (line 54609) | DUK_INTERNAL duk_hstring *duk_hobject_get_internal_value_string(duk_heap... function DUK_LOCAL (line 54644) | DUK_LOCAL function DUK_LOCAL (line 54701) | DUK_LOCAL duk_bool_t duk__check_arguments_map_for_get(duk_hthread *thr, ... function DUK_LOCAL (line 54738) | DUK_LOCAL void duk__check_arguments_map_for_put(duk_hthread *thr, duk_ho... function DUK_LOCAL (line 54781) | DUK_LOCAL void duk__check_arguments_map_for_delete(duk_hthread *thr, duk... function DUK_LOCAL (line 54844) | DUK_LOCAL duk_bool_t duk__get_own_propdesc_raw(duk_hthread *thr, duk_hob... function DUK_INTERNAL (line 55170) | DUK_INTERNAL duk_bool_t duk_hobject_get_own_propdesc(duk_hthread *thr, d... function DUK_LOCAL (line 55199) | DUK_LOCAL duk_bool_t duk__get_propdesc(duk_hthread *thr, duk_hobject *ob... function DUK_LOCAL (line 55272) | DUK_LOCAL duk_tval *duk__getprop_shallow_fastpath_array_tval(duk_hthread... function DUK_LOCAL (line 55334) | DUK_LOCAL duk_bool_t duk__putprop_shallow_fastpath_array_tval(duk_hthrea... function DUK_LOCAL (line 55404) | DUK_LOCAL duk_bool_t duk__getprop_fastpath_bufobj_tval(duk_hthread *thr,... function DUK_LOCAL (line 55457) | DUK_LOCAL duk_bool_t duk__putprop_fastpath_bufobj_tval(duk_hthread *thr,... function DUK_INTERNAL (line 55522) | DUK_INTERNAL duk_bool_t duk_hobject_getprop(duk_hthread *thr, duk_tval *... function DUK_INTERNAL (line 56008) | DUK_INTERNAL duk_bool_t duk_hobject_hasprop(duk_hthread *thr, duk_tval *... function DUK_INTERNAL (line 56145) | DUK_INTERNAL duk_bool_t duk_hobject_hasprop_raw(duk_hthread *thr, duk_ho... function DUK_LOCAL (line 56169) | DUK_LOCAL duk_uint32_t duk__to_new_array_length_checked(duk_hthread *thr... function DUK_LOCAL (line 56226) | DUK_LOCAL function DUK_LOCAL (line 56413) | DUK_LOCAL duk_bool_t duk__handle_put_array_length(duk_hthread *thr, duk_... function DUK_INTERNAL (line 56513) | DUK_INTERNAL duk_bool_t duk_hobject_putprop(duk_hthread *thr, duk_tval *... function DUK_INTERNAL (line 57431) | DUK_INTERNAL duk_bool_t duk_hobject_delprop_raw(duk_hthread *thr, duk_ho... function DUK_INTERNAL (line 57590) | DUK_INTERNAL duk_bool_t duk_hobject_delprop(duk_hthread *thr, duk_tval *... function DUK_INTERNAL (line 57789) | DUK_INTERNAL void duk_hobject_define_property_internal(duk_hthread *thr,... function DUK_INTERNAL (line 57913) | DUK_INTERNAL void duk_hobject_define_property_internal_arridx(duk_hthrea... function DUK_INTERNAL (line 57964) | DUK_INTERNAL duk_size_t duk_hobject_get_length(duk_hthread *thr, duk_hob... function DUK_INTERNAL (line 58000) | DUK_INTERNAL duk_bool_t duk_hobject_has_finalizer_fast_raw(duk_heap *hea... function duk_call_setup_propcall_error (line 63867) | void duk_call_setup_propcall_error(duk_hthread *thr, duk_tval *tv_targ, ... type duk__compiler_stkstate (line 64012) | typedef struct { function DUK_LOCAL (line 64327) | DUK_LOCAL void duk__comp_recursion_increase(duk_compiler_ctx *comp_ctx) { function DUK_LOCAL (line 64336) | DUK_LOCAL void duk__comp_recursion_decrease(duk_compiler_ctx *comp_ctx) { function DUK_LOCAL (line 64342) | DUK_LOCAL duk_bool_t duk__hstring_is_eval_or_arguments(duk_compiler_ctx ... function DUK_LOCAL (line 64348) | DUK_LOCAL duk_bool_t duk__hstring_is_eval_or_arguments_in_strict_mode(du... function DUK_LOCAL (line 64362) | DUK_LOCAL void duk__advance_helper(duk_compiler_ctx *comp_ctx, duk_small... function DUK_LOCAL (line 64421) | DUK_LOCAL void duk__advance_expect(duk_compiler_ctx *comp_ctx, duk_small... function DUK_LOCAL (line 64426) | DUK_LOCAL void duk__advance(duk_compiler_ctx *comp_ctx) { function DUK_LOCAL (line 64435) | DUK_LOCAL void duk__init_func_valstack_slots(duk_compiler_ctx *comp_ctx) { function DUK_LOCAL (line 64498) | DUK_LOCAL void duk__reset_func_for_pass2(duk_compiler_ctx *comp_ctx) { function DUK_LOCAL (line 64525) | DUK_LOCAL duk_int_t duk__cleanup_varmap(duk_compiler_ctx *comp_ctx) { function DUK_LOCAL (line 64575) | DUK_LOCAL void duk__convert_to_func_template(duk_compiler_ctx *comp_ctx) { function DUK_LOCAL (line 65012) | DUK_LOCAL duk_int_t duk__get_current_pc(duk_compiler_ctx *comp_ctx) { function DUK_LOCAL (line 65018) | DUK_LOCAL duk_compiler_instr *duk__get_instr_ptr(duk_compiler_ctx *comp_... function DUK_LOCAL (line 65027) | DUK_LOCAL void duk__emit(duk_compiler_ctx *comp_ctx, duk_instr_t ins) { function DUK_LOCAL (line 65100) | DUK_LOCAL void duk__update_lineinfo_currtoken(duk_compiler_ctx *comp_ctx) { function DUK_LOCAL (line 65119) | DUK_LOCAL void duk__emit_op_only(duk_compiler_ctx *comp_ctx, duk_small_u... function DUK_LOCAL (line 65388) | DUK_LOCAL void duk__emit_a_b(duk_compiler_ctx *comp_ctx, duk_small_uint_... function DUK_LOCAL (line 65395) | DUK_LOCAL void duk__emit_b_c(duk_compiler_ctx *comp_ctx, duk_small_uint_... function DUK_LOCAL (line 65403) | DUK_LOCAL void duk__emit_a(duk_compiler_ctx *comp_ctx, int op_flags, int... function DUK_LOCAL (line 65412) | DUK_LOCAL void duk__emit_b(duk_compiler_ctx *comp_ctx, duk_small_uint_t ... function DUK_LOCAL (line 65477) | DUK_LOCAL void duk__emit_bc(duk_compiler_ctx *comp_ctx, duk_small_uint_t... function DUK_LOCAL (line 65484) | DUK_LOCAL void duk__emit_abc(duk_compiler_ctx *comp_ctx, duk_small_uint_... function DUK_LOCAL (line 65511) | DUK_LOCAL void duk__emit_load_int32_raw(duk_compiler_ctx *comp_ctx, duk_... function DUK_LOCAL (line 65532) | DUK_LOCAL void duk__emit_load_int32(duk_compiler_ctx *comp_ctx, duk_regc... function DUK_LOCAL (line 65540) | DUK_LOCAL void duk__emit_load_int32_noshuffle(duk_compiler_ctx *comp_ctx... function DUK_LOCAL (line 65544) | DUK_LOCAL void duk__emit_load_int32_noshuffle(duk_compiler_ctx *comp_ctx... function DUK_LOCAL (line 65553) | DUK_LOCAL void duk__emit_jump(duk_compiler_ctx *comp_ctx, duk_int_t targ... function DUK_LOCAL (line 65564) | DUK_LOCAL duk_int_t duk__emit_jump_empty(duk_compiler_ctx *comp_ctx) { function DUK_LOCAL (line 65575) | DUK_LOCAL void duk__insert_jump_entry(duk_compiler_ctx *comp_ctx, duk_in... function DUK_LOCAL (line 65611) | DUK_LOCAL void duk__patch_jump(duk_compiler_ctx *comp_ctx, duk_int_t jum... function DUK_LOCAL (line 65635) | DUK_LOCAL void duk__patch_jump_here(duk_compiler_ctx *comp_ctx, duk_int_... function DUK_LOCAL (line 65639) | DUK_LOCAL void duk__patch_trycatch(duk_compiler_ctx *comp_ctx, duk_int_t... function DUK_LOCAL (line 65677) | DUK_LOCAL void duk__emit_if_false_skip(duk_compiler_ctx *comp_ctx, duk_r... function DUK_LOCAL (line 65684) | DUK_LOCAL void duk__emit_if_true_skip(duk_compiler_ctx *comp_ctx, duk_re... function DUK_LOCAL (line 65691) | DUK_LOCAL void duk__emit_invalid(duk_compiler_ctx *comp_ctx) { function DUK_LOCAL (line 65702) | DUK_LOCAL void duk__peephole_optimize_bytecode(duk_compiler_ctx *comp_ct... function DUK_LOCAL (line 65783) | DUK_LOCAL void duk__dump_ispec(duk_compiler_ctx *comp_ctx, duk_ispec *x) { function DUK_LOCAL (line 65788) | DUK_LOCAL void duk__dump_ivalue(duk_compiler_ctx *comp_ctx, duk_ivalue *... function DUK_LOCAL (line 65803) | DUK_LOCAL void duk__ivalue_regconst(duk_ivalue *x, duk_regconst_t regcon... function DUK_LOCAL (line 65809) | DUK_LOCAL void duk__ivalue_plain_fromstack(duk_compiler_ctx *comp_ctx, d... function DUK_LOCAL (line 65815) | DUK_LOCAL void duk__ivalue_var_fromstack(duk_compiler_ctx *comp_ctx, duk... function DUK_LOCAL_DECL (line 65821) | DUK_LOCAL_DECL void duk__ivalue_var_hstring(duk_compiler_ctx *comp_ctx, ... function DUK_LOCAL (line 65827) | DUK_LOCAL void duk__copy_ispec(duk_compiler_ctx *comp_ctx, duk_ispec *sr... function DUK_LOCAL (line 65833) | DUK_LOCAL void duk__copy_ivalue(duk_compiler_ctx *comp_ctx, duk_ivalue *... function DUK_LOCAL (line 65844) | DUK_LOCAL duk_regconst_t duk__alloctemps(duk_compiler_ctx *comp_ctx, duk... function DUK_LOCAL (line 65862) | DUK_LOCAL duk_regconst_t duk__alloctemp(duk_compiler_ctx *comp_ctx) { function DUK_LOCAL (line 65866) | DUK_LOCAL void duk__settemp_checkmax(duk_compiler_ctx *comp_ctx, duk_reg... function DUK_LOCAL (line 65874) | DUK_LOCAL duk_regconst_t duk__getconst(duk_compiler_ctx *comp_ctx) { function DUK_LOCAL (line 65919) | DUK_LOCAL duk_bool_t duk__const_needs_refcount(duk_compiler_ctx *comp_ct... function DUK_LOCAL (line 65953) | DUK_LOCAL function DUK_LOCAL (line 66124) | DUK_LOCAL void duk__ispec_toforcedreg(duk_compiler_ctx *comp_ctx, duk_is... function DUK_LOCAL (line 66134) | DUK_LOCAL void duk__ivalue_toplain_raw(duk_compiler_ctx *comp_ctx, duk_i... function DUK_LOCAL (line 66323) | DUK_LOCAL void duk__ivalue_toplain(duk_compiler_ctx *comp_ctx, duk_ivalu... function DUK_LOCAL (line 66328) | DUK_LOCAL void duk__ivalue_toplain_ignore(duk_compiler_ctx *comp_ctx, du... function DUK_LOCAL (line 66345) | DUK_LOCAL function DUK_LOCAL (line 66378) | DUK_LOCAL duk_regconst_t duk__ivalue_toreg(duk_compiler_ctx *comp_ctx, d... function DUK_LOCAL (line 66383) | DUK_LOCAL duk_regconst_t duk__ivalue_totemp(duk_compiler_ctx *comp_ctx, ... function DUK_LOCAL (line 66388) | DUK_LOCAL void duk__ivalue_toforcedreg(duk_compiler_ctx *comp_ctx, duk_i... function DUK_LOCAL (line 66393) | DUK_LOCAL duk_regconst_t duk__ivalue_toregconst(duk_compiler_ctx *comp_c... function DUK_LOCAL (line 66397) | DUK_LOCAL duk_regconst_t duk__ivalue_totempconst(duk_compiler_ctx *comp_... function DUK_LOCAL (line 66413) | DUK_LOCAL duk_regconst_t duk__lookup_active_register_binding(duk_compile... function DUK_LOCAL (line 66494) | DUK_LOCAL duk_bool_t duk__lookup_lhs(duk_compiler_ctx *comp_ctx, duk_reg... function DUK_LOCAL (line 66525) | DUK_LOCAL void duk__add_label(duk_compiler_ctx *comp_ctx, duk_hstring *h... function DUK_LOCAL (line 66588) | DUK_LOCAL void duk__update_label_flags(duk_compiler_ctx *comp_ctx, duk_i... function DUK_LOCAL (line 66629) | DUK_LOCAL void duk__lookup_active_label(duk_compiler_ctx *comp_ctx, duk_... function DUK_LOCAL (line 66701) | DUK_LOCAL void duk__reset_labels_to_length(duk_compiler_ctx *comp_ctx, d... function DUK_LOCAL (line 66721) | DUK_LOCAL void duk__nud_array_literal(duk_compiler_ctx *comp_ctx, duk_iv... type duk__objlit_state (line 66880) | typedef struct { function DUK_LOCAL (line 66887) | DUK_LOCAL void duk__objlit_flush_keys(duk_compiler_ctx *comp_ctx, duk__o... function DUK_LOCAL (line 66911) | DUK_LOCAL duk_bool_t duk__objlit_load_key(duk_compiler_ctx *comp_ctx, du... function DUK_LOCAL (line 66930) | DUK_LOCAL void duk__nud_object_literal(duk_compiler_ctx *comp_ctx, duk_i... function DUK_LOCAL (line 67167) | DUK_LOCAL duk_int_t duk__parse_arguments(duk_compiler_ctx *comp_ctx, duk... function DUK_LOCAL (line 67211) | DUK_LOCAL duk_bool_t duk__expr_is_empty(duk_compiler_ctx *comp_ctx) { function DUK_LOCAL (line 67217) | DUK_LOCAL void duk__expr_nud(duk_compiler_ctx *comp_ctx, duk_ivalue *res) { function DUK_LOCAL (line 67750) | DUK_LOCAL void duk__expr_led(duk_compiler_ctx *comp_ctx, duk_ivalue *lef... function DUK_LOCAL (line 68724) | DUK_LOCAL duk_small_uint_t duk__expr_lbp(duk_compiler_ctx *comp_ctx) { function DUK_LOCAL (line 68769) | DUK_LOCAL void duk__expr(duk_compiler_ctx *comp_ctx, duk_ivalue *res, du... function DUK_LOCAL (line 68828) | DUK_LOCAL void duk__exprtop(duk_compiler_ctx *comp_ctx, duk_ivalue *res,... function DUK_LOCAL (line 68854) | DUK_LOCAL duk_regconst_t duk__expr_toreg(duk_compiler_ctx *comp_ctx, duk... function DUK_LOCAL (line 68861) | DUK_LOCAL duk_regconst_t duk__expr_totemp(duk_compiler_ctx *comp_ctx, du... function DUK_LOCAL (line 68867) | DUK_LOCAL void duk__expr_toforcedreg(duk_compiler_ctx *comp_ctx, duk_iva... function DUK_LOCAL (line 68873) | DUK_LOCAL duk_regconst_t duk__expr_toregconst(duk_compiler_ctx *comp_ctx... function DUK_LOCAL (line 68879) | DUK_LOCAL duk_regconst_t duk__expr_totempconst(duk_compiler_ctx *comp_ct... function DUK_LOCAL (line 68885) | DUK_LOCAL void duk__expr_toplain(duk_compiler_ctx *comp_ctx, duk_ivalue ... function DUK_LOCAL (line 68890) | DUK_LOCAL void duk__expr_toplain_ignore(duk_compiler_ctx *comp_ctx, duk_... function DUK_LOCAL (line 68895) | DUK_LOCAL duk_regconst_t duk__exprtop_toreg(duk_compiler_ctx *comp_ctx, ... function DUK_LOCAL (line 68901) | DUK_LOCAL duk_regconst_t duk__exprtop_totemp(duk_compiler_ctx *comp_ctx,... function DUK_LOCAL (line 68907) | DUK_LOCAL void duk__exprtop_toforcedreg(duk_compiler_ctx *comp_ctx, duk_... function DUK_LOCAL (line 68913) | DUK_LOCAL duk_regconst_t duk__exprtop_toregconst(duk_compiler_ctx *comp_... function DUK_LOCAL (line 68919) | DUK_LOCAL void duk__exprtop_toplain_ignore(duk_compiler_ctx *comp_ctx, d... function DUK_LOCAL (line 68961) | DUK_LOCAL void duk__parse_var_decl(duk_compiler_ctx *comp_ctx, duk_ivalu... function DUK_LOCAL (line 69038) | DUK_LOCAL void duk__parse_var_stmt(duk_compiler_ctx *comp_ctx, duk_ivalu... function DUK_LOCAL (line 69055) | DUK_LOCAL void duk__parse_for_stmt(duk_compiler_ctx *comp_ctx, duk_ivalu... function DUK_LOCAL (line 69409) | DUK_LOCAL void duk__parse_switch_stmt(duk_compiler_ctx *comp_ctx, duk_iv... function DUK_LOCAL (line 69608) | DUK_LOCAL void duk__parse_if_stmt(duk_compiler_ctx *comp_ctx, duk_ivalue... function DUK_LOCAL (line 69655) | DUK_LOCAL void duk__parse_do_stmt(duk_compiler_ctx *comp_ctx, duk_ivalue... function DUK_LOCAL (line 69682) | DUK_LOCAL void duk__parse_while_stmt(duk_compiler_ctx *comp_ctx, duk_iva... function DUK_LOCAL (line 69715) | DUK_LOCAL void duk__parse_break_or_continue_stmt(duk_compiler_ctx *comp_... function DUK_LOCAL (line 69770) | DUK_LOCAL void duk__parse_return_stmt(duk_compiler_ctx *comp_ctx, duk_iv... function DUK_LOCAL (line 69873) | DUK_LOCAL void duk__parse_throw_stmt(duk_compiler_ctx *comp_ctx, duk_iva... function DUK_LOCAL (line 69890) | DUK_LOCAL void duk__parse_try_stmt(duk_compiler_ctx *comp_ctx, duk_ivalu... function DUK_LOCAL (line 70124) | DUK_LOCAL void duk__parse_with_stmt(duk_compiler_ctx *comp_ctx, duk_ival... function DUK_LOCAL (line 70164) | DUK_LOCAL duk_int_t duk__stmt_label_site(duk_compiler_ctx *comp_ctx, duk... function DUK_LOCAL (line 70187) | DUK_LOCAL void duk__parse_stmt(duk_compiler_ctx *comp_ctx, duk_ivalue *r... function DUK_LOCAL (line 70707) | DUK_LOCAL void duk__parse_stmts(duk_compiler_ctx *comp_ctx, duk_bool_t a... function DUK_LOCAL (line 70794) | DUK_LOCAL void duk__init_varmap_and_prologue_for_pass2(duk_compiler_ctx ... function DUK_LOCAL (line 71121) | DUK_LOCAL void duk__parse_func_body(duk_compiler_ctx *comp_ctx, duk_bool... function DUK_LOCAL (line 71395) | DUK_LOCAL void duk__parse_func_formals(duk_compiler_ctx *comp_ctx) { function DUK_LOCAL (line 71442) | DUK_LOCAL void duk__parse_func_like_raw(duk_compiler_ctx *comp_ctx, duk_... function DUK_LOCAL (line 71562) | DUK_LOCAL duk_int_t duk__parse_func_like_fnum(duk_compiler_ctx *comp_ctx... function DUK_LOCAL (line 71691) | DUK_LOCAL duk_ret_t duk__js_compile_raw(duk_hthread *thr, void *udata) { function DUK_INTERNAL (line 71840) | DUK_INTERNAL void duk_js_compile(duk_hthread *thr, const duk_uint8_t *sr... function DUK_LOCAL (line 72001) | DUK_LOCAL void duk__push_tvals_incref_only(duk_hthread *thr, duk_tval *t... function duk_double_t (line 72032) | duk_double_t duk__compute_mod(duk_double_t d1, duk_double_t d2) { function duk_double_t (line 72037) | duk_double_t duk__compute_exp(duk_double_t d1, duk_double_t d2) { function duk__vm_arith_add (line 72042) | void duk__vm_arith_add(duk_hthread *thr, duk_tval *tv_x, duk_tval *tv_y,... function duk__vm_bitwise_binary_op (line 72304) | void duk__vm_bitwise_binary_op(duk_hthread *thr, duk_tval *tv_x, duk_tva... function duk__vm_arith_unary_op (line 72432) | void duk__vm_arith_unary_op(duk_hthread *thr, duk_uint_fast_t idx_src, d... function duk__vm_bitwise_not (line 72509) | void duk__vm_bitwise_not(duk_hthread *thr, duk_uint_fast_t idx_src, duk_... function duk__vm_logical_not (line 72543) | void duk__vm_logical_not(duk_hthread *thr, duk_uint_fast_t idx_src, duk_... function duk__prepost_incdec_reg_helper (line 72571) | void duk__prepost_incdec_reg_helper(duk_hthread *thr, duk_tval *tv_dst, ... function duk__prepost_incdec_var_helper (line 72647) | void duk__prepost_incdec_var_helper(duk_hthread *thr, duk_small_uint_t i... function DUK_LOCAL (line 72732) | DUK_LOCAL void duk__reconfig_valstack_ecma_return(duk_hthread *thr) { function DUK_LOCAL (line 72764) | DUK_LOCAL void duk__reconfig_valstack_ecma_catcher(duk_hthread *thr, duk... function DUK_LOCAL (line 72794) | DUK_LOCAL void duk__set_catcher_regs_norz(duk_hthread *thr, duk_catcher ... function DUK_LOCAL (line 72810) | DUK_LOCAL void duk__handle_catch(duk_hthread *thr, duk_tval *tv_val_unst... function DUK_LOCAL (line 72918) | DUK_LOCAL void duk__handle_finally(duk_hthread *thr, duk_tval *tv_val_un... function DUK_LOCAL (line 72953) | DUK_LOCAL void duk__handle_label(duk_hthread *thr, duk_small_uint_t lj_t... function DUK_LOCAL (line 72987) | DUK_LOCAL void duk__handle_yield(duk_hthread *thr, duk_hthread *resumer,... function DUK_LOCAL (line 73008) | DUK_LOCAL duk_small_uint_t duk__handle_longjmp(duk_hthread *thr, duk_act... function duk__handle_break_or_continue (line 73410) | void duk__handle_break_or_continue(duk_hthread *thr, function DUK_LOCAL (line 73474) | DUK_LOCAL duk_small_uint_t duk__handle_return(duk_hthread *thr, duk_acti... function DUK_LOCAL (line 73655) | DUK_LOCAL void duk__interrupt_handle_debugger(duk_hthread *thr, duk_bool... function DUK_COLD (line 73843) | DUK_COLD duk_small_uint_t duk__executor_interrupt(duk_hthread *thr) { function DUK_INTERNAL (line 77235) | DUK_INTERNAL duk_bool_t duk_js_toboolean(duk_tval *tv) { function DUK_LOCAL (line 77330) | DUK_LOCAL duk_double_t duk__tonumber_string_raw(duk_hthread *thr) { function DUK_INTERNAL (line 77370) | DUK_INTERNAL duk_double_t duk_js_tonumber(duk_hthread *thr, duk_tval *tv) { function DUK_INTERNAL (line 77445) | DUK_INTERNAL duk_double_t duk_js_tointeger_number(duk_double_t x) { function DUK_INTERNAL (line 77475) | DUK_INTERNAL duk_double_t duk_js_tointeger(duk_hthread *thr, duk_tval *t... function DUK_LOCAL (line 77486) | DUK_LOCAL duk_double_t duk__toint32_touint32_helper(duk_double_t x, duk_... function DUK_INTERNAL (line 77527) | DUK_INTERNAL duk_int32_t duk_js_toint32(duk_hthread *thr, duk_tval *tv) { function DUK_INTERNAL (line 77545) | DUK_INTERNAL duk_uint32_t duk_js_touint32(duk_hthread *thr, duk_tval *tv) { function DUK_INTERNAL (line 77563) | DUK_INTERNAL duk_uint16_t duk_js_touint16(duk_hthread *thr, duk_tval *tv) { function DUK_LOCAL (line 77595) | DUK_LOCAL duk_bool_t duk__js_equals_number(duk_double_t x, duk_double_t ... function DUK_LOCAL (line 77633) | DUK_LOCAL duk_bool_t duk__js_samevalue_number(duk_double_t x, duk_double... function DUK_INTERNAL (line 77698) | DUK_INTERNAL duk_bool_t duk_js_equals_helper(duk_hthread *thr, duk_tval ... function DUK_INTERNAL (line 77899) | DUK_INTERNAL duk_small_int_t duk_js_data_compare(const duk_uint8_t *buf1... function DUK_INTERNAL (line 77929) | DUK_INTERNAL duk_small_int_t duk_js_string_compare(duk_hstring *h1, duk_... function DUK_INTERNAL (line 77953) | DUK_INTERNAL duk_small_int_t duk_js_buffer_compare(duk_heap *heap, duk_h... function DUK_LOCAL (line 77968) | DUK_LOCAL duk_bool_t duk__compare_fastint(duk_bool_t retval, duk_int64_t... function DUK_LOCAL (line 77979) | DUK_LOCAL duk_bool_t duk__compare_number(duk_bool_t retval, duk_double_t... function DUK_LOCAL (line 78030) | DUK_LOCAL duk_bool_t duk__compare_number(duk_bool_t retval, duk_double_t... function DUK_INTERNAL (line 78075) | DUK_INTERNAL duk_bool_t duk_js_compare_helper(duk_hthread *thr, duk_tval... function DUK_INTERNAL (line 78192) | DUK_INTERNAL duk_bool_t duk_js_instanceof(duk_hthread *thr, duk_tval *tv... function DUK_INTERNAL (line 78377) | DUK_INTERNAL duk_bool_t duk_js_in(duk_hthread *thr, duk_tval *tv_x, duk_... function DUK_INTERNAL (line 78425) | DUK_INTERNAL duk_small_uint_t duk_js_typeof_stridx(duk_tval *tv_x) { function DUK_INTERNAL (line 78508) | DUK_INTERNAL duk_uarridx_t duk_js_to_arrayindex_string(const duk_uint8_t... function DUK_INTERNAL (line 78579) | DUK_INTERNAL duk_uarridx_t duk_js_to_arrayindex_hstring_fast_known(duk_h... function DUK_INTERNAL (line 78601) | DUK_INTERNAL duk_uarridx_t duk_js_to_arrayindex_hstring_fast(duk_hstring... type duk__id_lookup_result (line 78648) | typedef struct { function DUK_LOCAL (line 78682) | DUK_LOCAL void duk__inc_data_inner_refcounts(duk_hthread *thr, duk_hcomp... function DUK_INTERNAL (line 78732) | DUK_INTERNAL function DUK_INTERNAL (line 79112) | DUK_INTERNAL function DUK_INTERNAL (line 79169) | DUK_INTERNAL function DUK_INTERNAL (line 79219) | DUK_INTERNAL void duk_js_close_environment_record(duk_hthread *thr, duk_... function DUK_LOCAL (line 79337) | DUK_LOCAL function DUK_LOCAL (line 79386) | DUK_LOCAL function DUK_LOCAL (line 79438) | DUK_LOCAL function DUK_INTERNAL (line 79697) | DUK_INTERNAL function DUK_LOCAL (line 79751) | DUK_LOCAL function DUK_INTERNAL (line 79814) | DUK_INTERNAL function DUK_INTERNAL (line 79822) | DUK_INTERNAL function DUK_LOCAL (line 79846) | DUK_LOCAL function DUK_INTERNAL (line 79945) | DUK_INTERNAL function DUK_INTERNAL (line 79954) | DUK_INTERNAL function DUK_LOCAL (line 79983) | DUK_LOCAL function DUK_INTERNAL (line 80031) | DUK_INTERNAL function DUK_INTERNAL (line 80039) | DUK_INTERNAL function DUK_LOCAL (line 80097) | DUK_LOCAL function DUK_INTERNAL (line 80325) | DUK_INTERNAL function DUK_LOCAL (line 80541) | DUK_LOCAL void duk__fill_lexer_buffer(duk_lexer_ctx *lex_ctx, duk_small_... function DUK_LOCAL (line 80681) | DUK_LOCAL void duk__advance_bytes(duk_lexer_ctx *lex_ctx, duk_small_uint... function DUK_LOCAL (line 80709) | DUK_LOCAL void duk__init_lexer_window(duk_lexer_ctx *lex_ctx) { function DUK_LOCAL (line 80714) | DUK_LOCAL duk_codepoint_t duk__read_char(duk_lexer_ctx *lex_ctx) { function DUK_LOCAL (line 80842) | DUK_LOCAL void duk__advance_bytes(duk_lexer_ctx *lex_ctx, duk_small_uint... function DUK_LOCAL (line 80865) | DUK_LOCAL void duk__init_lexer_window(duk_lexer_ctx *lex_ctx) { function DUK_LOCAL (line 80871) | DUK_LOCAL void duk__advance_chars(duk_lexer_ctx *lex_ctx, duk_small_uint... function DUK_LOCAL (line 80880) | DUK_LOCAL void duk__initbuffer(duk_lexer_ctx *lex_ctx) { function DUK_LOCAL (line 80897) | DUK_LOCAL void duk__appendbuffer(duk_lexer_ctx *lex_ctx, duk_codepoint_t... function DUK_LOCAL (line 80912) | DUK_LOCAL void duk__appendbuffer_ascii(duk_lexer_ctx *lex_ctx, duk_codep... function DUK_LOCAL (line 80926) | DUK_LOCAL duk_hstring *duk__internbuffer(duk_lexer_ctx *lex_ctx, duk_idx... function DUK_INTERNAL (line 80938) | DUK_INTERNAL void duk_lexer_initctx(duk_lexer_ctx *lex_ctx) { function DUK_INTERNAL (line 80956) | DUK_INTERNAL void duk_lexer_getpoint(duk_lexer_ctx *lex_ctx, duk_lexer_p... function DUK_INTERNAL (line 80961) | DUK_INTERNAL void duk_lexer_setpoint(duk_lexer_ctx *lex_ctx, duk_lexer_p... function DUK_LOCAL (line 80976) | DUK_LOCAL duk_codepoint_t duk__hexval_validate(duk_codepoint_t x) { function DUK_LOCAL (line 80993) | DUK_LOCAL duk_codepoint_t duk__hexval(duk_codepoint_t x) { function DUK_LOCAL (line 81005) | DUK_LOCAL duk_bool_t duk__is_hex_digit(duk_codepoint_t x) { function DUK_LOCAL (line 81015) | DUK_LOCAL duk_codepoint_t duk__lexer_parse_escape(duk_lexer_ctx *lex_ctx... function DUK_LOCAL (line 81113) | DUK_LOCAL duk_codepoint_t duk__lexer_parse_legacy_octal(duk_lexer_ctx *l... function DUK_LOCAL (line 81172) | DUK_LOCAL void duk__lexer_parse_string_literal(duk_lexer_ctx *lex_ctx, d... function DUK_LOCAL (line 81310) | DUK_LOCAL void duk__lexer_skip_to_endofline(duk_lexer_ctx *lex_ctx) { function DUK_INTERNAL (line 81386) | DUK_INTERNAL function DUK_INTERNAL (line 82190) | DUK_INTERNAL void duk_lexer_parse_re_token(duk_lexer_ctx *lex_ctx, duk_r... function DUK_LOCAL (line 82564) | DUK_LOCAL function DUK_INTERNAL (line 82582) | DUK_INTERNAL void duk_lexer_parse_re_ranges(duk_lexer_ctx *lex_ctx, duk_... type duk__exp_limits (line 82865) | typedef struct { type duk__bigint (line 82906) | typedef struct { function DUK_LOCAL (line 82912) | DUK_LOCAL void duk__bi_print(const char *name, duk__bigint *x) { function DUK_LOCAL (line 82932) | DUK_LOCAL duk_small_int_t duk__bi_is_valid(duk__bigint *x) { function DUK_LOCAL (line 82939) | DUK_LOCAL void duk__bi_normalize(duk__bigint *x) { function DUK_LOCAL (line 82954) | DUK_LOCAL void duk__bi_copy(duk__bigint *x, duk__bigint *y) { function DUK_LOCAL (line 82965) | DUK_LOCAL void duk__bi_set_small(duk__bigint *x, duk_uint32_t v) { function DUK_LOCAL (line 82979) | DUK_LOCAL int duk__bi_compare(duk__bigint *x, duk__bigint *y) { function DUK_LOCAL (line 83017) | DUK_LOCAL void duk__bi_add(duk__bigint *x, duk__bigint *y, duk__bigint *... function DUK_LOCAL (line 83052) | DUK_LOCAL void duk__bi_add(duk__bigint *x, duk__bigint *y, duk__bigint *... function DUK_LOCAL (line 83105) | DUK_LOCAL void duk__bi_add_small(duk__bigint *x, duk__bigint *y, duk_uin... function DUK_LOCAL (line 83119) | DUK_LOCAL void duk__bi_add_copy(duk__bigint *x, duk__bigint *y, duk__big... function DUK_LOCAL (line 83127) | DUK_LOCAL void duk__bi_sub(duk__bigint *x, duk__bigint *y, duk__bigint *... function DUK_LOCAL (line 83157) | DUK_LOCAL void duk__bi_sub(duk__bigint *x, duk__bigint *y, duk__bigint *... function DUK_LOCAL (line 83201) | DUK_LOCAL void duk__bi_sub_small(duk__bigint *x, duk__bigint *y, duk_uin... function DUK_LOCAL (line 83215) | DUK_LOCAL void duk__bi_sub_copy(duk__bigint *x, duk__bigint *y, duk__big... function DUK_LOCAL (line 83221) | DUK_LOCAL void duk__bi_mul(duk__bigint *x, duk__bigint *y, duk__bigint *... function DUK_LOCAL (line 83335) | DUK_LOCAL void duk__bi_mul_small(duk__bigint *x, duk__bigint *y, duk_uin... function DUK_LOCAL (line 83348) | DUK_LOCAL void duk__bi_mul_copy(duk__bigint *x, duk__bigint *y, duk__big... function DUK_LOCAL (line 83354) | DUK_LOCAL void duk__bi_mul_small_copy(duk__bigint *x, duk_uint32_t y, du... function DUK_LOCAL (line 83359) | DUK_LOCAL int duk__bi_is_even(duk__bigint *x) { function DUK_LOCAL (line 83364) | DUK_LOCAL int duk__bi_is_zero(duk__bigint *x) { function DUK_LOCAL (line 83375) | DUK_LOCAL duk_small_int_t duk__bi_is_2to52(duk__bigint *x) { function DUK_LOCAL (line 83382) | DUK_LOCAL void duk__bi_twoexp(duk__bigint *x, duk_small_int_t y) { function DUK_LOCAL (line 83394) | DUK_LOCAL void duk__bi_exp_small(duk__bigint *x, duk_small_int_t b, duk_... type duk__numconv_stringify_ctx (line 83461) | typedef struct { function DUK_LOCAL (line 83496) | DUK_LOCAL duk_size_t duk__dragon4_format_uint32(duk_uint8_t *buf, duk_ui... function DUK_LOCAL (line 83529) | DUK_LOCAL void duk__dragon4_prepare(duk__numconv_stringify_ctx *nc_ctx) { function DUK_LOCAL (line 83671) | DUK_LOCAL void duk__dragon4_scale(duk__numconv_stringify_ctx *nc_ctx) { function DUK_LOCAL (line 83776) | DUK_LOCAL void duk__dragon4_generate(duk__numconv_stringify_ctx *nc_ctx) { function DUK_LOCAL (line 83951) | DUK_LOCAL duk_small_int_t duk__dragon4_fixed_format_round(duk__numconv_s... function DUK_LOCAL (line 84022) | DUK_LOCAL void duk__dragon4_convert_and_push(duk__numconv_stringify_ctx ... function DUK_LOCAL (line 84170) | DUK_LOCAL void duk__dragon4_double_to_ctx(duk__numconv_stringify_ctx *nc... function DUK_LOCAL (line 84215) | DUK_LOCAL void duk__dragon4_ctx_to_double(duk__numconv_stringify_ctx *nc... function DUK_INTERNAL (line 84364) | DUK_INTERNAL void duk_numconv_stringify(duk_hthread *thr, duk_small_int_... function DUK_INTERNAL (line 84567) | DUK_INTERNAL void duk_numconv_parse(duk_hthread *thr, duk_small_int_t ra... type duk__re_disjunction_info (line 85138) | typedef struct { function DUK_LOCAL (line 85173) | DUK_LOCAL duk_uint32_t duk__encode_i32(duk_int32_t x) { function DUK_LOCAL (line 85184) | DUK_LOCAL duk_uint32_t duk__insert_u32(duk_re_compiler_ctx *re_ctx, duk_... function DUK_LOCAL (line 85194) | DUK_LOCAL void duk__append_u32(duk_re_compiler_ctx *re_ctx, duk_uint32_t... function DUK_LOCAL (line 85198) | DUK_LOCAL void duk__append_7bit(duk_re_compiler_ctx *re_ctx, duk_uint32_... function DUK_LOCAL (line 85208) | DUK_LOCAL void duk__append_2bytes(duk_re_compiler_ctx *re_ctx, duk_uint8... function DUK_LOCAL (line 85213) | DUK_LOCAL duk_uint32_t duk__insert_i32(duk_re_compiler_ctx *re_ctx, duk_... function DUK_LOCAL (line 85217) | DUK_LOCAL void duk__append_reop(duk_re_compiler_ctx *re_ctx, duk_uint32_... function DUK_LOCAL (line 85223) | DUK_LOCAL void duk__append_i32(duk_re_compiler_ctx *re_ctx, duk_int32_t ... function DUK_LOCAL (line 85229) | DUK_LOCAL void duk__append_u16_list(duk_re_compiler_ctx *re_ctx, const d... function DUK_LOCAL (line 85236) | DUK_LOCAL void duk__insert_slice(duk_re_compiler_ctx *re_ctx, duk_uint32... function DUK_LOCAL (line 85240) | DUK_LOCAL void duk__append_slice(duk_re_compiler_ctx *re_ctx, duk_uint32... function DUK_LOCAL (line 85244) | DUK_LOCAL void duk__remove_slice(duk_re_compiler_ctx *re_ctx, duk_uint32... function DUK_LOCAL (line 85261) | DUK_LOCAL duk_uint32_t duk__insert_jump_offset(duk_re_compiler_ctx *re_c... function DUK_LOCAL (line 85325) | DUK_LOCAL duk_uint32_t duk__append_jump_offset(duk_re_compiler_ctx *re_c... function DUK_LOCAL (line 85406) | DUK_LOCAL void duk__regexp_emit_range(duk_re_compiler_ctx *re_ctx, duk_c... function DUK_LOCAL (line 85418) | DUK_LOCAL duk_codepoint_t duk__re_canon_next_discontinuity(duk_codepoint... function DUK_LOCAL (line 85457) | DUK_LOCAL duk_codepoint_t duk__re_canon_next_discontinuity(duk_codepoint... function DUK_LOCAL (line 85469) | DUK_LOCAL void duk__regexp_generate_ranges(void *userdata, duk_codepoint... function DUK_LOCAL (line 85602) | DUK_LOCAL void duk__append_range_atom_matcher(duk_re_compiler_ctx *re_ct... function DUK_LOCAL (line 85613) | DUK_LOCAL void duk__parse_disjunction(duk_re_compiler_ctx *re_ctx, duk_b... function DUK_LOCAL (line 86095) | DUK_LOCAL duk_uint32_t duk__parse_regexp_flags(duk_hthread *thr, duk_hst... function DUK_LOCAL (line 86162) | DUK_LOCAL void duk__create_escaped_source(duk_hthread *thr, int idx_patt... function DUK_INTERNAL (line 86223) | DUK_INTERNAL void duk_regexp_compile(duk_hthread *thr) { function DUK_INTERNAL (line 86341) | DUK_INTERNAL void duk_regexp_create_instance(duk_hthread *thr) { function DUK_LOCAL (line 86411) | DUK_LOCAL duk_uint32_t duk__bc_get_u32(duk_re_matcher_ctx *re_ctx, const... function DUK_LOCAL (line 86415) | DUK_LOCAL duk_int32_t duk__bc_get_i32(duk_re_matcher_ctx *re_ctx, const ... function DUK_LOCAL (line 86427) | DUK_LOCAL const duk_uint8_t *duk__utf8_backtrack(duk_hthread *thr, const... function DUK_LOCAL (line 86457) | DUK_LOCAL const duk_uint8_t *duk__utf8_advance(duk_hthread *thr, const d... function DUK_LOCAL (line 86496) | DUK_LOCAL duk_codepoint_t duk__inp_get_cp(duk_re_matcher_ctx *re_ctx, co... function DUK_LOCAL (line 86509) | DUK_LOCAL const duk_uint8_t *duk__inp_backtrack(duk_re_matcher_ctx *re_c... function DUK_LOCAL (line 86514) | DUK_LOCAL duk_codepoint_t duk__inp_get_prev_cp(duk_re_matcher_ctx *re_ct... function DUK_LOCAL (line 86531) | DUK_LOCAL const duk_uint8_t *duk__match_regexp(duk_re_matcher_ctx *re_ct... function DUK_LOCAL (line 87066) | DUK_LOCAL void duk__regexp_match_helper(duk_hthread *thr, duk_small_int_... function DUK_INTERNAL (line 87392) | DUK_INTERNAL void duk_regexp_match(duk_hthread *thr) { function DUK_INTERNAL (line 87399) | DUK_INTERNAL void duk_regexp_match_force_global(duk_hthread *thr) { type duk__test_double_union (line 87422) | typedef union { type duk__test_u32_union (line 87445) | typedef union { function DUK_LOCAL (line 87496) | DUK_LOCAL duk_uint_t duk__selftest_types(void) { function DUK_LOCAL (line 87531) | DUK_LOCAL duk_uint_t duk__selftest_packed_tval(void) { function DUK_LOCAL (line 87547) | DUK_LOCAL duk_uint_t duk__selftest_twos_complement(void) { function DUK_LOCAL (line 87568) | DUK_LOCAL duk_uint_t duk__selftest_byte_order(void) { function DUK_LOCAL (line 87596) | DUK_LOCAL duk_uint_t duk__selftest_bswap_macros(void) { function DUK_LOCAL (line 87648) | DUK_LOCAL duk_uint_t duk__selftest_double_union_size(void) { function DUK_LOCAL (line 87662) | DUK_LOCAL duk_uint_t duk__selftest_double_aliasing(void) { function DUK_LOCAL (line 87703) | DUK_LOCAL duk_uint_t duk__selftest_double_zero_sign(void) { function DUK_LOCAL (line 87721) | DUK_LOCAL duk_uint_t duk__selftest_double_rounding(void) { function DUK_LOCAL (line 87792) | DUK_LOCAL duk_uint_t duk__selftest_fmod(void) { function DUK_LOCAL (line 87851) | DUK_LOCAL duk_uint_t duk__selftest_struct_align(void) { function DUK_LOCAL (line 87877) | DUK_LOCAL duk_uint_t duk__selftest_64bit_arithmetic(void) { function DUK_LOCAL (line 87899) | DUK_LOCAL duk_uint_t duk__selftest_cast_double_to_small_uint(void) { function DUK_LOCAL (line 87935) | DUK_LOCAL duk_uint_t duk__selftest_cast_double_to_uint32(void) { function DUK_LOCAL (line 87966) | DUK_LOCAL duk_uint_t duk__selftest_alloc_funcs(duk_alloc_function alloc_... function DUK_INTERNAL (line 88015) | DUK_INTERNAL duk_uint_t duk_selftest_run_tests(duk_alloc_function alloc_... function duk_tval_set_number_chkfast_fast (line 88075) | void duk_tval_set_number_chkfast_fast(duk_tval *tv, duk_double_t x) { function duk_tval_set_number_chkfast_slow (line 88118) | void duk_tval_set_number_chkfast_slow(duk_tval *tv, duk_double_t x) { function duk_double_t (line 88127) | duk_double_t duk_tval_get_number_packed(duk_tval *tv) { function duk_double_t (line 88153) | duk_double_t duk_tval_get_number_unpacked(duk_tval *tv) { function duk_double_t (line 88177) | duk_double_t duk_tval_get_number_unpacked_fastint(duk_tval *tv) { function DUK_INTERNAL (line 94372) | DUK_INTERNAL duk_uint32_t duk_bd_decode(duk_bitdecoder_ctx *ctx, duk_sma... function DUK_INTERNAL (line 94417) | DUK_INTERNAL duk_small_uint_t duk_bd_decode_flag(duk_bitdecoder_ctx *ctx) { function DUK_INTERNAL (line 94424) | DUK_INTERNAL duk_uint32_t duk_bd_decode_flagged(duk_bitdecoder_ctx *ctx,... function DUK_INTERNAL (line 94433) | DUK_INTERNAL duk_int32_t duk_bd_decode_flagged_signed(duk_bitdecoder_ctx... function DUK_INTERNAL (line 94438) | DUK_INTERNAL duk_uint32_t duk_bd_decode_varuint(duk_bitdecoder_ctx *ctx) { function DUK_INTERNAL (line 94480) | DUK_INTERNAL duk_small_uint_t duk_bd_decode_bitpacked_string(duk_bitdeco... function DUK_INTERNAL (line 94535) | DUK_INTERNAL void duk_be_encode(duk_bitencoder_ctx *ctx, duk_uint32_t da... function DUK_INTERNAL (line 94560) | DUK_INTERNAL void duk_be_finish(duk_bitencoder_ctx *ctx) { function DUK_LOCAL (line 94583) | DUK_LOCAL void duk__bw_update_ptrs(duk_hthread *thr, duk_bufwriter_ctx *... function DUK_INTERNAL (line 94597) | DUK_INTERNAL void duk_bw_init(duk_hthread *thr, duk_bufwriter_ctx *bw_ct... function DUK_INTERNAL (line 94607) | DUK_INTERNAL void duk_bw_init_pushbuf(duk_hthread *thr, duk_bufwriter_ct... function DUK_INTERNAL (line 94619) | DUK_INTERNAL duk_uint8_t *duk_bw_resize(duk_hthread *thr, duk_bufwriter_... function DUK_INTERNAL (line 94657) | DUK_INTERNAL void duk_bw_compact(duk_hthread *thr, duk_bufwriter_ctx *bw... function DUK_INTERNAL (line 94669) | DUK_INTERNAL void duk_bw_write_raw_slice(duk_hthread *thr, duk_bufwriter... function DUK_INTERNAL (line 94686) | DUK_INTERNAL void duk_bw_write_ensure_slice(duk_hthread *thr, duk_bufwri... function DUK_INTERNAL (line 94697) | DUK_INTERNAL void duk_bw_insert_raw_bytes(duk_hthread *thr, duk_bufwrite... function DUK_INTERNAL (line 94721) | DUK_INTERNAL void duk_bw_insert_ensure_bytes(duk_hthread *thr, duk_bufwr... function DUK_INTERNAL (line 94731) | DUK_INTERNAL void duk_bw_insert_raw_slice(duk_hthread *thr, duk_bufwrite... function DUK_INTERNAL (line 94768) | DUK_INTERNAL void duk_bw_insert_ensure_slice(duk_hthread *thr, duk_bufwr... function DUK_INTERNAL (line 94783) | DUK_INTERNAL duk_uint8_t *duk_bw_insert_raw_area(duk_hthread *thr, duk_b... function DUK_INTERNAL (line 94801) | DUK_INTERNAL duk_uint8_t *duk_bw_insert_ensure_area(duk_hthread *thr, du... function DUK_INTERNAL (line 94810) | DUK_INTERNAL void duk_bw_remove_raw_slice(duk_hthread *thr, duk_bufwrite... function duk_uint16_t (line 94845) | duk_uint16_t duk_raw_read_u16_be(duk_uint8_t **p) { function duk_uint32_t (line 94857) | duk_uint32_t duk_raw_read_u32_be(duk_uint8_t **p) { function duk_double_t (line 94869) | duk_double_t duk_raw_read_double_be(duk_uint8_t **p) { function duk_raw_write_u16_be (line 94887) | void duk_raw_write_u16_be(duk_uint8_t **p, duk_uint16_t val) { function duk_raw_write_u32_be (line 94898) | void duk_raw_write_u32_be(duk_uint8_t **p, duk_uint32_t val) { function duk_raw_write_double_be (line 94909) | void duk_raw_write_double_be(duk_uint8_t **p, duk_double_t val) { function DUK_INTERNAL (line 94942) | DUK_INTERNAL duk_uint32_t duk_util_hashbytes(const duk_uint8_t *data, du... function DUK_INTERNAL (line 95018) | DUK_INTERNAL void duk_util_tinyrandom_prepare_seed(duk_hthread *thr) { function DUK_INTERNAL (line 95022) | DUK_INTERNAL duk_double_t duk_util_tinyrandom_get_double(duk_hthread *th... function duk_uint64_t (line 95048) | duk_uint64_t duk__rnd_splitmix64(duk_uint64_t *x) { function duk_uint64_t (line 95056) | duk_uint64_t duk__rnd_rotl(const duk_uint64_t x, duk_small_uint_t k) { function duk_uint64_t (line 95060) | duk_uint64_t duk__xoroshiro128plus(duk_uint64_t *s) { function DUK_INTERNAL (line 95075) | DUK_INTERNAL void duk_util_tinyrandom_prepare_seed(duk_hthread *thr) { function DUK_INTERNAL (line 95090) | DUK_INTERNAL duk_double_t duk_util_tinyrandom_get_double(duk_hthread *th... FILE: src/engine/script/duktape-2.2.0/duktape.h type duk_thread_state (line 203) | struct duk_thread_state type duk_memory_functions (line 204) | struct duk_memory_functions type duk_function_list_entry (line 205) | struct duk_function_list_entry type duk_number_list_entry (line 206) | struct duk_number_list_entry type duk_time_components (line 207) | struct duk_time_components type duk_thread_state (line 212) | typedef struct duk_thread_state duk_thread_state; type duk_memory_functions (line 213) | typedef struct duk_memory_functions duk_memory_functions; type duk_function_list_entry (line 214) | typedef struct duk_function_list_entry duk_function_list_entry; type duk_number_list_entry (line 215) | typedef struct duk_number_list_entry duk_number_list_entry; type duk_time_components (line 216) | typedef struct duk_time_components duk_time_components; type duk_ret_t (line 218) | typedef duk_ret_t (*duk_c_function)(duk_context *ctx); type duk_codepoint_t (line 224) | typedef duk_codepoint_t (*duk_map_char_function) (void *udata, duk_codep... type duk_ret_t (line 225) | typedef duk_ret_t (*duk_safe_call_function) (duk_context *ctx, void *uda... type duk_size_t (line 226) | typedef duk_size_t (*duk_debug_read_function) (void *udata, char *buffer... type duk_size_t (line 227) | typedef duk_size_t (*duk_debug_write_function) (void *udata, const char ... type duk_size_t (line 228) | typedef duk_size_t (*duk_debug_peek_function) (void *udata); type duk_idx_t (line 231) | typedef duk_idx_t (*duk_debug_request_function) (duk_context *ctx, void ... type duk_thread_state (line 234) | struct duk_thread_state { type duk_memory_functions (line 242) | struct duk_memory_functions { type duk_function_list_entry (line 249) | struct duk_function_list_entry { type duk_number_list_entry (line 255) | struct duk_number_list_entry { type duk_time_components (line 260) | struct duk_time_components { FILE: src/extractor/extractor.c function ConvertImageToPng (line 32) | static void ConvertImageToPng( const char *path ) { type ModelConversionData (line 75) | typedef struct ModelConversionData { function ConvertModelData (line 110) | static void ConvertModelData( void ) { function ExtractPtgPackage (line 283) | static void ExtractPtgPackage( const char *input_path, const char *outpu... function ExtractMadPackage (line 318) | static void ExtractMadPackage( const char *input_path, const char *outpu... type TextureMerge (line 349) | typedef struct TextureMerge { function MergeTextureTargets (line 367) | static void MergeTextureTargets( void ) { type IOPath (line 410) | typedef struct IOPath { function ProcessPackagePaths (line 426) | static void ProcessPackagePaths( const char *in, const char *out, const ... function ProcessCopyPaths (line 447) | static void ProcessCopyPaths( const char *in, const char *out, const IOP... function main (line 477) | int main( int argc, char **argv ) { FILE: src/extractor/extractor.h type ERegion (line 33) | typedef enum ERegion { type EPlatform (line 47) | typedef enum EPlatform { type VersionInfo (line 54) | typedef struct VersionInfo { FILE: src/extractor/fac.c type FacQuad (line 24) | typedef struct FacQuad { function FacQuad (line 32) | static FacQuad *Fac_LoadQuads( PLFile *filePtr, unsigned int numQuads ) { function FacTriangle (line 64) | static FacTriangle *Fac_LoadTriangles( PLFile *filePtr, unsigned int num... function FacHandle (line 97) | FacHandle *Fac_LoadFile( const char *path ) { function Fac_WriteFile (line 199) | void Fac_WriteFile( FacHandle *handle, const char *path ) { function Fac_DestroyHandle (line 250) | void Fac_DestroyHandle( FacHandle *handle ) { FILE: src/extractor/fac.h type FacTriangle (line 22) | struct FacTriangle { type FacTextureIndex (line 31) | typedef struct FacTextureIndex { type FacHandle (line 35) | typedef struct FacHandle { FILE: src/extractor/version.c function CheckGameVersion (line 28) | void CheckGameVersion( const char *path ) { FILE: src/tools/img2pmg/main.c type PmgTile (line 47) | typedef struct PmgTile { type PmgChunk (line 57) | typedef struct PmgChunk { function LoadHeightmap (line 66) | static void LoadHeightmap( const char *path, int multiplier ) { function WritePmg (line 133) | static void WritePmg( const char *path ) { function main (line 214) | int main(int argc, char **argv) { FILE: src/tools/ptgtool/ptgtool.c function PTG_CountDirectoryTextures (line 34) | static void PTG_CountDirectoryTextures(const char *path, void *userData) { function PTG_SortTextures (line 58) | static int PTG_SortTextures(const void *a, const void *b) { function PTG_Extract (line 72) | static void PTG_Extract(const char *input_path, const char *output_path) { function main (line 138) | int main(int argc, char **argv) {