%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
// Copyright 2011 Google Inc. All Rights Reserved. // This file was generated from .js source files by GYP. If you // want to make changes to this file you should either change the // javascript source files or the GYP script. #include "src/init/v8.h" #include "src/snapshot/natives.h" #include "src/utils/utils.h" namespace v8 { namespace internal { static const char sources[] = { 40, 102, 117, 110, 99, 116, 105, 111, 110, 40, 41, 32, 123, 125, 41 }; template <> int NativesCollection<EXTRAS>::GetBuiltinsCount() { return 1; } template <> int NativesCollection<EXTRAS>::GetIndex(const char* name) { if (strcmp(name, "dummy") == 0) return 0; return -1; } template <> Vector<const char> NativesCollection<EXTRAS>::GetScriptSource(int index) { if (index == 0) return Vector<const char>(sources + 0, 15); return Vector<const char>("", 0); } template <> Vector<const char> NativesCollection<EXTRAS>::GetScriptName(int index) { if (index == 0) return Vector<const char>("native dummy.js", 15); return Vector<const char>("", 0); } template <> Vector<const char> NativesCollection<EXTRAS>::GetScriptsSource() { return Vector<const char>(sources, 15); } } // internal } // v8