Searched refs:scriptList (Results 1 – 2 of 2) sorted by relevance
197 { return scriptList.len; } in get_script_count()199 { return scriptList.get_tag (i); } in get_script_tag()203 { return scriptList.get_tags (start_offset, script_count, script_tags); } in get_script_tags()205 { return this+scriptList[i].offset; } in get_script()207 { return scriptList.find_index (tag, index); } in find_script_index()212 scriptList.sanitize (c, this)); in sanitize()219 scriptList; /* Array of JstfScripts--listed member222 DEFINE_SIZE_ARRAY (6, scriptList);
2264 { return (this+scriptList).len; } in get_script_count()2266 { return (this+scriptList).get_tag (i); } in get_script_tag()2270 { return (this+scriptList).get_tags (start_offset, script_count, script_tags); } in get_script_tags()2272 { return (this+scriptList)[i]; } in get_script()2274 { return (this+scriptList).find_index (tag, index); } in find_script_index()2297 scriptList.sanitize (c, this) && in sanitize()2306 scriptList; /* ScriptList table */ member