Home
last modified time | relevance | path

Searched refs:ScriptCompiler (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreBuiltinScriptTranslators.h45 void translate(ScriptCompiler *compiler, const AbstractNodePtr &node);
54 void translate(ScriptCompiler *compiler, const AbstractNodePtr &node);
63 void translate(ScriptCompiler *compiler, const AbstractNodePtr &node);
78 void translate(ScriptCompiler *compiler, const AbstractNodePtr &node);
84 void translate(ScriptCompiler *compiler, const AbstractNodePtr &node);
91 void translate(ScriptCompiler *compiler, const AbstractNodePtr &node);
98 void translate(ScriptCompiler *compiler, const AbstractNodePtr &node);
111 void translate(ScriptCompiler *compiler, const AbstractNodePtr &node);
124 void translate(ScriptCompiler *compiler, const AbstractNodePtr &node);
132 void translate(ScriptCompiler *compiler, const AbstractNodePtr &node);
[all …]
H A DOgreScriptTranslator.cpp71 String getPropertyName(const ScriptCompiler *compiler, uint32 id) in getPropertyName()
493 static bool getValue(PropertyAbstractNode* prop, ScriptCompiler *compiler, T& val) in getValue()
497 compiler->addError(ScriptCompiler::CE_STRINGEXPECTED, prop->file, prop->line); in getValue()
584 compiler->addError(ScriptCompiler::CE_UNEXPECTEDTOKEN, node->file, node->line, in processNode()
1427 void PassTranslator::translate(ScriptCompiler *compiler, const AbstractNodePtr &node) in translate()
2327 static Pass* getPass(ScriptCompiler* compiler, ObjectAbstractNode* node) in getPass()
2562 compiler->addError(ScriptCompiler::CE_DEPRECATEDSYMBOL, prop->file, in translateSamplerParam()
3156 case ScriptCompiler::ID_OFF: in translate()
3531 compiler->addError(ScriptCompiler::CE_STRINGEXPECTED, obj->file, obj->line, in translate()
3747 compiler->addError(ScriptCompiler::CE_STRINGEXPECTED, obj->file, obj->line); in translateHighLevelGpuProgram()
[all …]
H A DOgreScriptCompiler.cpp209 if(code == ScriptCompiler::CE_DEPRECATEDSYMBOL) in handleError()
221 String ScriptCompiler::formatErrorCode(uint32 code) in formatErrorCode()
258 ScriptCompiler::ScriptCompiler() in ScriptCompiler() function in Ogre::ScriptCompiler
442 void ScriptCompiler::setListener(ScriptCompilerListener *listener) in setListener()
447 ScriptCompilerListener *ScriptCompiler::getListener() in getListener()
452 const String &ScriptCompiler::getResourceGroup() const in getResourceGroup()
471 void ScriptCompiler::processImports(AbstractNodeList &nodes) in processImports()
855 void ScriptCompiler::processVariables(AbstractNodeList& nodes) in processVariables()
935 void ScriptCompiler::initWordMap() in initWordMap()
1245 uint32 ScriptCompiler::registerCustomWordId(const String &word) in registerCustomWordId()
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreScriptTranslator.h61 void processNode(ScriptCompiler *compiler, const AbstractNodePtr &node);
123 void translate(ScriptCompiler *compiler, const AbstractNodePtr &node);
132 void translate(ScriptCompiler *compiler, const AbstractNodePtr &node);
141 void translate(ScriptCompiler *compiler, const AbstractNodePtr &node);
161 void translate(ScriptCompiler *compiler, const AbstractNodePtr &node);
168 void translate(ScriptCompiler *compiler, const AbstractNodePtr &node);
175 void translate(ScriptCompiler *compiler, const AbstractNodePtr &node);
188 void translate(ScriptCompiler *compiler, const AbstractNodePtr &node);
201 void translate(ScriptCompiler *compiler, const AbstractNodePtr &node);
209 void translate(ScriptCompiler *compiler, const AbstractNodePtr &node);
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreScriptTranslator.cpp90 compiler->addError(ScriptCompiler::CE_UNEXPECTEDTOKEN, node->file, node->line, in processNode()
503 compiler->addError(ScriptCompiler::CE_OBJECTNAMEEXPECTED, obj->file, obj->line); in translate()
3217 case ScriptCompiler::ID_ON: in translate()
3220 case ScriptCompiler::ID_OFF: in translate()
3792 case ScriptCompiler::ID_OFF: in translate()
4145 compiler->addError(ScriptCompiler::CE_STRINGEXPECTED, node->file, node->line, in translate()
4241 compiler->addError(ScriptCompiler::CE_STRINGEXPECTED, obj->file, obj->line, in translate()
4470 compiler->addError(ScriptCompiler::CE_STRINGEXPECTED, obj->file, obj->line); in translateHighLevelGpuProgram()
5338 compiler->addError(ScriptCompiler::CE_STRINGEXPECTED, obj->file, obj->line); in translate()
5403 compiler->addError(ScriptCompiler::CE_STRINGEXPECTED, obj->file, obj->line); in translate()
[all …]
H A DOgreScriptCompiler.cpp249 case ScriptCompiler::CE_STRINGEXPECTED: in formatErrorCode()
251 case ScriptCompiler::CE_NUMBEREXPECTED: in formatErrorCode()
255 case ScriptCompiler::CE_VARIABLEEXPECTED: in formatErrorCode()
257 case ScriptCompiler::CE_UNDEFINEDVARIABLE: in formatErrorCode()
259 case ScriptCompiler::CE_OBJECTNAMEEXPECTED: in formatErrorCode()
261 case ScriptCompiler::CE_OBJECTALLOCATIONERROR: in formatErrorCode()
263 case ScriptCompiler::CE_INVALIDPARAMETERS: in formatErrorCode()
265 case ScriptCompiler::CE_DUPLICATEOVERRIDE: in formatErrorCode()
276 ScriptCompiler::ScriptCompiler() in ScriptCompiler() function in Ogre::ScriptCompiler
982 void ScriptCompiler::initWordMap() in initWordMap()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/bindings/core/v8/
H A Dv8_code_cache.cc84 return new v8::ScriptCompiler::CachedData( in CreateCachedData()
88 std::tuple<v8::ScriptCompiler::CompileOptions,
90 v8::ScriptCompiler::NoCacheReason>
98 std::tuple<v8::ScriptCompiler::CompileOptions,
100 v8::ScriptCompiler::NoCacheReason>
106 v8::ScriptCompiler::NoCacheReason no_cache_reason; in GetCompileOptions()
166 v8::ScriptCompiler::kNoCompileOptions, in GetCompileOptions()
171 v8::ScriptCompiler::kNoCompileOptions, in GetCompileOptions()
176 v8::ScriptCompiler::kEagerCompile, in GetCompileOptions()
336 v8::ScriptCompiler::Source source(code, origin); in GenerateFullCodeCache()
[all …]
H A Dv8_script_runner.cc112 v8::ScriptCompiler::NoCacheReason no_cache_reason, in CompileScriptInternal()
139 case v8::ScriptCompiler::kNoCompileOptions: in CompileScriptInternal()
140 case v8::ScriptCompiler::kEagerCompile: { in CompileScriptInternal()
146 case v8::ScriptCompiler::kConsumeCodeCache: { in CompileScriptInternal()
149 v8::ScriptCompiler::CachedData* cached_data = in CompileScriptInternal()
278 case v8::ScriptCompiler::kNoCompileOptions: in CompileModule()
279 case v8::ScriptCompiler::kEagerCompile: { in CompileModule()
281 script = v8::ScriptCompiler::CompileModule( in CompileModule()
286 case v8::ScriptCompiler::kConsumeCodeCache: { in CompileModule()
289 v8::ScriptCompiler::CachedData* cached_data = in CompileModule()
[all …]
H A Dv8_script_runner_test.cc65 v8::ScriptCompiler::CompileOptions compile_options; in CompileScript()
67 v8::ScriptCompiler::NoCacheReason no_cache_reason; in CompileScript()
209 v8::ScriptCompiler::CompileOptions compile_options; in TEST_F()
211 v8::ScriptCompiler::NoCacheReason no_cache_reason; in TEST_F()
217 v8::ScriptCompiler::CompileOptions::kConsumeCodeCache); in TEST_F()
244 v8::ScriptCompiler::CompileOptions compile_options; in TEST_F()
246 v8::ScriptCompiler::NoCacheReason no_cache_reason; in TEST_F()
287 v8::ScriptCompiler::CompileOptions compile_options; in TEST_F()
289 v8::ScriptCompiler::NoCacheReason no_cache_reason; in TEST_F()
323 v8::ScriptCompiler::CompileOptions compile_options; in TEST_F()
[all …]
H A Dscript_streamer.h65 v8::ScriptCompiler::CompileOptions,
78 v8::ScriptCompiler::StreamedSource::Encoding*);
83 v8::ScriptCompiler::StreamedSource* Source() { return source_.get(); } in Source()
154 std::unique_ptr<v8::ScriptCompiler::StreamedSource> source_;
166 v8::ScriptCompiler::CompileOptions compile_options_;
175 v8::ScriptCompiler::StreamedSource::Encoding encoding_;
H A Dv8_code_cache.h55 static std::tuple<v8::ScriptCompiler::CompileOptions,
57 v8::ScriptCompiler::NoCacheReason>
59 static std::tuple<v8::ScriptCompiler::CompileOptions,
61 v8::ScriptCompiler::NoCacheReason>
67 static v8::ScriptCompiler::CachedData* CreateCachedData(
H A Dscript_streamer.cc41 class SourceStream : public v8::ScriptCompiler::ExternalSourceStream {
277 v8::ScriptCompiler::StreamedSource::Encoding* encoding) { in ConvertEncoding()
283 *encoding = v8::ScriptCompiler::StreamedSource::ONE_BYTE; in ConvertEncoding()
287 *encoding = v8::ScriptCompiler::StreamedSource::UTF8; in ConvertEncoding()
346 std::unique_ptr<v8::ScriptCompiler::ScriptStreamingTask> task, in RunScriptStreamingTask()
473 source_ = std::make_unique<v8::ScriptCompiler::StreamedSource>( in TryStartStreaming()
476 std::unique_ptr<v8::ScriptCompiler::ScriptStreamingTask> in TryStartStreaming()
478 base::WrapUnique(v8::ScriptCompiler::StartStreamingScript( in TryStartStreaming()
531 v8::ScriptCompiler::CompileOptions compile_options, in ScriptStreamer()
546 encoding_(v8::ScriptCompiler::StreamedSource::TWO_BYTE), in ScriptStreamer()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/core/v8/
H A Dv8_code_cache.cc85 return new v8::ScriptCompiler::CachedData( in CreateCachedData()
89 std::tuple<v8::ScriptCompiler::CompileOptions,
91 v8::ScriptCompiler::NoCacheReason>
99 std::tuple<v8::ScriptCompiler::CompileOptions,
101 v8::ScriptCompiler::NoCacheReason>
107 v8::ScriptCompiler::NoCacheReason no_cache_reason; in GetCompileOptions()
167 v8::ScriptCompiler::kNoCompileOptions, in GetCompileOptions()
172 v8::ScriptCompiler::kNoCompileOptions, in GetCompileOptions()
177 v8::ScriptCompiler::kEagerCompile, in GetCompileOptions()
337 v8::ScriptCompiler::Source source(code, origin); in GenerateFullCodeCache()
[all …]
H A Dv8_script_runner.cc118 v8::ScriptCompiler::NoCacheReason no_cache_reason, in CompileScriptInternal()
145 case v8::ScriptCompiler::kNoCompileOptions: in CompileScriptInternal()
146 case v8::ScriptCompiler::kEagerCompile: { in CompileScriptInternal()
152 case v8::ScriptCompiler::kConsumeCodeCache: { in CompileScriptInternal()
155 v8::ScriptCompiler::CachedData* cached_data = in CompileScriptInternal()
284 case v8::ScriptCompiler::kNoCompileOptions: in CompileModule()
285 case v8::ScriptCompiler::kEagerCompile: { in CompileModule()
287 script = v8::ScriptCompiler::CompileModule( in CompileModule()
292 case v8::ScriptCompiler::kConsumeCodeCache: { in CompileModule()
295 v8::ScriptCompiler::CachedData* cached_data = in CompileModule()
[all …]
H A Dv8_script_runner_test.cc65 v8::ScriptCompiler::CompileOptions compile_options; in CompileScript()
67 v8::ScriptCompiler::NoCacheReason no_cache_reason; in CompileScript()
209 v8::ScriptCompiler::CompileOptions compile_options; in TEST_F()
211 v8::ScriptCompiler::NoCacheReason no_cache_reason; in TEST_F()
218 v8::ScriptCompiler::CompileOptions::kConsumeCodeCache); in TEST_F()
246 v8::ScriptCompiler::CompileOptions compile_options; in TEST_F()
248 v8::ScriptCompiler::NoCacheReason no_cache_reason; in TEST_F()
293 v8::ScriptCompiler::CompileOptions compile_options; in TEST_F()
295 v8::ScriptCompiler::NoCacheReason no_cache_reason; in TEST_F()
333 v8::ScriptCompiler::CompileOptions compile_options; in TEST_F()
[all …]
H A Dscript_streamer.h72 v8::ScriptCompiler::CompileOptions compile_options,
79 v8::ScriptCompiler::StreamedSource::Encoding*);
87 v8::ScriptCompiler::StreamedSource* Source() { return source_.get(); } in Source()
141 std::unique_ptr<v8::ScriptCompiler::ScriptStreamingTask> task,
199 std::unique_ptr<v8::ScriptCompiler::StreamedSource> source_;
205 v8::ScriptCompiler::CompileOptions compile_options_;
214 v8::ScriptCompiler::StreamedSource::Encoding encoding_;
H A Dv8_code_cache.h55 static std::tuple<v8::ScriptCompiler::CompileOptions,
57 v8::ScriptCompiler::NoCacheReason>
59 static std::tuple<v8::ScriptCompiler::CompileOptions,
61 v8::ScriptCompiler::NoCacheReason>
67 static v8::ScriptCompiler::CachedData* CreateCachedData(
/dports/lang/v8/v8-9.6.180.12/test/unittests/api/
H A Ddeserialize-unittest.cc71 std::unique_ptr<v8::ScriptCompiler::CachedData> cached_data; in TEST_F()
93 ScriptCompiler::Compile(context(), &source, in TEST_F()
106 std::unique_ptr<v8::ScriptCompiler::CachedData> cached_data; in TEST_F()
130 ScriptCompiler::Compile(context(), &source, in TEST_F()
152 std::unique_ptr<ScriptCompiler::ConsumeCodeCacheTask> task_;
157 std::unique_ptr<v8::ScriptCompiler::CachedData> cached_data; in TEST_F()
177 ScriptCompiler::StartConsumingCodeCache( in TEST_F()
188 ScriptCompiler::Compile(context(), &source, in TEST_F()
200 std::unique_ptr<v8::ScriptCompiler::CachedData> cached_data; in TEST_F()
220 ScriptCompiler::StartConsumingCodeCache( in TEST_F()
[all …]
/dports/graphics/rigsofrods-caelum/ogre-caelum-0.6.3/main/src/
H A DCaelumScriptTranslator.cpp70 ScriptCompiler* compiler, in getPropValueOrAddError()
92 ScriptCompiler* compiler, in getPropValueOrAddError()
117 ScriptCompiler* compiler, in getPropValueOrAddError()
139 ScriptCompiler* compiler, in getPropValueOrAddError()
161 ScriptCompiler* compiler, in getPropValueOrAddError()
186 ScriptCompiler* compiler, in getPropValueOrAddError()
214 ScriptCompiler* compiler, in getPropValueOrAddError()
236 ScriptCompiler* compiler, in getPropValueOrAddError()
262 ScriptCompiler* compiler, in getPropValueOrAddError()
302 ScriptCompiler* compiler, in translateProperty()
[all …]
/dports/graphics/rigsofrods-caelum/ogre-caelum-0.6.3/main/include/
H A DCaelumScriptTranslator.h94 …static bool getPropValueOrAddError (Ogre::ScriptCompiler* compiler, Ogre::PropertyAbstractNode* pr…
95 …static bool getPropValueOrAddError (Ogre::ScriptCompiler* compiler, Ogre::PropertyAbstractNode* pr…
96 …static bool getPropValueOrAddError (Ogre::ScriptCompiler* compiler, Ogre::PropertyAbstractNode* pr…
97 …static bool getPropValueOrAddError (Ogre::ScriptCompiler* compiler, Ogre::PropertyAbstractNode* pr…
98 …static bool getPropValueOrAddError (Ogre::ScriptCompiler* compiler, Ogre::PropertyAbstractNode* pr…
100 …static bool getPropValueOrAddError (Ogre::ScriptCompiler* compiler, Ogre::PropertyAbstractNode* pr…
101 …static bool getPropValueOrAddError (Ogre::ScriptCompiler* compiler, Ogre::PropertyAbstractNode* pr…
107 Ogre::ScriptCompiler* compiler,
115 virtual void translate (Ogre::ScriptCompiler* compiler, const Ogre::AbstractNodePtr& node);
131 virtual void translate (Ogre::ScriptCompiler* compiler, const Ogre::AbstractNodePtr& node);
[all …]
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-compiler.cc79 v8::ScriptCompiler::kNoCompileOptions, in Compile()
436 v8::ScriptCompiler::Source script_source(v8_str( in TEST()
535 v8::ScriptCompiler::Source script_source(source); in TEST()
558 CHECK(v8::ScriptCompiler::CompileFunctionInContext( in TEST()
588 v8::ScriptCompiler::CompileFunctionInContext( in TEST()
602 v8::ScriptCompiler::CompileFunctionInContext( in TEST()
664 v8::ScriptCompiler::CompileFunctionInContext( in TEST()
826 v8::ScriptCompiler::Source script_source(source); in TEST()
855 v8::ScriptCompiler::Source script_source(source); in TEST()
895 v8::ScriptCompiler::Source script_source(source); in TEST()
[all …]
H A Dtest-modules.cc23 using v8::ScriptCompiler;
67 ScriptCompiler::Source source(source_text, origin); in TEST()
109 ScriptCompiler::Source source(source_text, origin); in TEST()
117 ScriptCompiler::Source source(source_text, origin); in TEST()
192 ScriptCompiler::Source source(source_text, origin); in TEST()
363 ScriptCompiler::Source source(specifier, origin); in CompileSpecifierAsModuleResolveCallback()
382 ScriptCompiler::Source source(source_text, origin); in TEST()
420 ScriptCompiler::Source source(source_text, origin); in TEST()
734 ScriptCompiler::Source source(source_text, origin); in TEST()
1074 ScriptCompiler::Source source(source_text, origin); in TEST()
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/Components/Overlay/src/
H A DOgreOverlayTranslator.cpp34 void FontTranslator::translate(ScriptCompiler* compiler, const AbstractNodePtr& node) in translate()
41 compiler->addError(ScriptCompiler::CE_OBJECTNAMEEXPECTED, obj->file, obj->line, in translate()
61 void FontTranslator::parseAttribute(ScriptCompiler* compiler, FontPtr& pFont, in parseAttribute()
73 compiler->addError(ScriptCompiler::CE_INVALIDPARAMETERS, prop->file, prop->line); in parseAttribute()
99 compiler->addError(ScriptCompiler::CE_STRINGEXPECTED, prop->file, prop->line); in parseAttribute()
108 compiler->addError(ScriptCompiler::CE_INVALIDPARAMETERS, prop->file, prop->line); in parseAttribute()
128 compiler->addError(ScriptCompiler::CE_INVALIDPARAMETERS, prop->file, prop->line); in parseAttribute()
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dcompiler.h66 static ScriptCompiler::ScriptStreamingTask* NewBackgroundCompileTask(
124 v8::ScriptCompiler::CompileOptions compile_options,
125 v8::ScriptCompiler::NoCacheReason no_cache_reason);
142 ScriptData* cached_data, ScriptCompiler::CompileOptions compile_options,
143 ScriptCompiler::NoCacheReason no_cache_reason,
322 ScriptStreamingData(ScriptCompiler::ExternalSourceStream* source_stream,
323 ScriptCompiler::StreamedSource::Encoding encoding);
329 std::unique_ptr<ScriptCompiler::ExternalSourceStream> source_stream;
330 ScriptCompiler::StreamedSource::Encoding encoding;
331 std::unique_ptr<ScriptCompiler::CachedData> cached_data;
/dports/lang/v8/v8-9.6.180.12/src/codegen/
H A Dcompiler.h141 v8::ScriptCompiler::CompileOptions compile_options,
142 v8::ScriptCompiler::NoCacheReason no_cache_reason);
165 ScriptCompiler::CompileOptions compile_options,
166 ScriptCompiler::NoCacheReason no_cache_reason,
174 ScriptCompiler::CompileOptions compile_options,
184 ScriptCompiler::CompileOptions compile_options,
185 ScriptCompiler::NoCacheReason no_cache_reason,
197 ScriptCompiler::CompileOptions compile_options,
198 ScriptCompiler::NoCacheReason no_cache_reason,
579 ScriptCompiler::StreamedSource::Encoding encoding);
[all …]

12345678910>>...12