Home | History | Annotate | Download | only in parsing

Lines Matching defs:Internalize

872       // string table to internalize strings and values right after they're
875 ast_value_factory()->Internalize(info->isolate());
5022 Handle<String> source_url = scanner_.source_url()->Internalize(isolate);
5027 scanner_.source_mapping_url()->Internalize(isolate);
5033 void Parser::Internalize(Isolate* isolate, Handle<Script> script, bool error) {
5034 // Internalize strings.
5035 ast_value_factory()->Internalize(isolate);
5082 // V8 heap because of Runtime. Tell the string table to internalize strings
5084 ast_value_factory()->Internalize(isolate);
5100 Internalize(isolate, info->script(), result == NULL);
5132 // We cannot internalize on a background thread; a foreground task will take
5133 // care of calling Parser::Internalize just before compilation.