Searched refs:symbol_table_location (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/
H A Dbuild-symbol-table-index.py25 symbol_table_location = os.path.join(framework_directory, "Runtime.symtbl") variable
33 if os.path.isfile(symbol_table_location):
34 symbol_table_modification_time = os.path.getmtime(symbol_table_location)
57 if os.path.isfile(symbol_table_location):
58 with open(symbol_table_location, 'r') as file:
70 with open(symbol_table_location, "w") as file:

Completed in 172 milliseconds