Home
last modified time | relevance | path

Searched refs:existing_uncompiled_data (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dcompiler.cc3342 Handle<UncompiledData> existing_uncompiled_data = in Compile() local
3345 existing_uncompiled_data->start_position()); in Compile()
3347 existing_uncompiled_data->end_position()); in Compile()
3351 handle(existing_uncompiled_data->inferred_name(), isolate); in Compile()
3356 inferred_name, existing_uncompiled_data->start_position(), in Compile()
3357 existing_uncompiled_data->end_position(), preparse_data); in Compile()