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

/external/v8/src/
H A Disolate.cc550 Handle<String> script_key = factory()->LookupAsciiSymbol("scriptName"); local
608 stack_frame, script_key, script_name, NONE));
/external/libvpx/libvpx/examples/includes/geshi/
H A Dgeshi.php2290 $script_key = $parts[$key][0]; variable
2291 $highlight_part = $this->language_data['HIGHLIGHT_STRICT_BLOCK'][$script_key];
2292 if ($this->language_data['STYLES']['SCRIPT'][$script_key] != '' &&
2297 $this->language_data['STYLES']['SCRIPT'][$script_key] != '') {
2298 $attributes = ' style="' . $this->language_data['STYLES']['SCRIPT'][$script_key] . '"';
2300 $attributes = ' class="sc' . $script_key . '"';

Completed in 84 milliseconds