OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PreParse
(Results
1 - 6
of
6
) sorted by null
/external/v8/src/
preparser.h
34
// Preparsing checks a JavaScript program and emits
preparse
-data that helps
36
// See
preparse
-data.h for the data.
66
return PreParser(scanner, log, stack_limit, allow_lazy).
PreParse
();
150
//
Preparse
the program. Only called in PreParseProgram after creating
152
PreParseResult
PreParse
() {
v8-counters.h
46
HT(pre_parse, V8.
PreParse
) \
parser.h
35
#include "
preparse
-data.h"
171
// Generic preparser generating full
preparse
data.
172
static ScriptDataImpl*
PreParse
(UC16CharacterStream* source,
api.cc
[
all
...]
parser.cc
[
all
...]
/external/v8/test/cctest/
test-parsing.cc
210
v8::ScriptData*
preparse
=
local
212
CHECK(!
preparse
->HasError());
218
v8::Script::Compile(script_source, NULL,
preparse
);
226
v8::Script::New(script_source, NULL,
preparse
, v8::Local<v8::String>());
228
delete
preparse
;
304
i::ParserApi::
PreParse
(&stream, NULL);
Completed in 72 milliseconds