|
NetSurf
|
Data Fields | |
| duk_codepoint_t | codepoint |
| duk_size_t | offset |
| duk_int_t | line |
| duk_codepoint_t duk_lexer_codepoint::codepoint |
Definition at line 4187 of file duktape.c.
Referenced by duk__appendbuffer(), and duk__fill_lexer_buffer().
| duk_int_t duk_lexer_codepoint::line |
Definition at line 4189 of file duktape.c.
Referenced by duk__appendbuffer(), duk__fill_lexer_buffer(), duk__hexval(), and duk_lexer_parse_js_input_element().
| duk_size_t duk_lexer_codepoint::offset |
Definition at line 4188 of file duktape.c.
Referenced by duk__appendbuffer(), duk__fill_lexer_buffer(), duk__hexval(), and duk_lexer_parse_js_input_element().