Home
last modified time | relevance | path

Searched refs:AstValueFactory (Results 1 – 25 of 106) sorted by relevance

12345

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/ast/
H A Dast-value-factory.cc290 AstRawString* AstValueFactory::GetOneByteStringInternal( in GetOneByteStringInternal()
306 AstRawString* AstValueFactory::GetTwoByteStringInternal( in GetTwoByteStringInternal()
313 const AstRawString* AstValueFactory::GetString(Handle<String> literal) { in GetString()
326 const AstRawString* AstValueFactory::CloneFromOtherFactory( in CloneFromOtherFactory()
334 AstConsString* AstValueFactory::NewConsString() { in NewConsString()
338 AstConsString* AstValueFactory::NewConsString(const AstRawString* str) { in NewConsString()
342 AstConsString* AstValueFactory::NewConsString(const AstRawString* str1, in NewConsString()
348 void AstValueFactory::Internalize(LocalIsolate* isolate) { in Internalize()
360 V8_EXPORT_PRIVATE) void AstValueFactory::Internalize<Isolate>(Isolate* in EXPORT_TEMPLATE_DEFINE()
362 template EXPORT_TEMPLATE_DEFINE(V8_EXPORT_PRIVATE) void AstValueFactory::
[all …]
H A Dast-value-factory.h82 friend class AstValueFactory; variable
162 friend class AstValueFactory;
280 class AstValueFactory {
282 AstValueFactory(Zone* zone, const AstStringConstants* string_constants, in AstValueFactory() function
368 V8_EXPORT_PRIVATE) void AstValueFactory::Internalize<Isolate>(Isolate*
372 V8_EXPORT_PRIVATE) void AstValueFactory::
H A Dscopes.h24 class AstValueFactory; variable
156 AstValueFactory* ast_value_factory,
810 DeclarationScope(Zone* zone, AstValueFactory* ast_value_factory,
891 void DeserializeReceiver(AstValueFactory* ast_value_factory);
943 void DeclareThis(AstValueFactory* ast_value_factory);
944 void DeclareArguments(AstValueFactory* ast_value_factory);
945 void DeclareDefaultFunctionVariables(AstValueFactory* ast_value_factory);
1303 ModuleScope(DeclarationScope* script_scope, AstValueFactory* avfactory);
1307 AstValueFactory* avfactory);
1371 Variable* DeclareBrandVariable(AstValueFactory* ast_value_factory,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/ast/
H A Dast-value-factory.cc277 const AstRawString* AstValueFactory::GetOneByteStringInternal( in GetOneByteStringInternal()
293 const AstRawString* AstValueFactory::GetTwoByteStringInternal( in GetTwoByteStringInternal()
300 const AstRawString* AstValueFactory::GetString(Handle<String> literal) { in GetString()
313 const AstRawString* AstValueFactory::CloneFromOtherFactory( in CloneFromOtherFactory()
321 AstConsString* AstValueFactory::NewConsString() { in NewConsString()
325 AstConsString* AstValueFactory::NewConsString(const AstRawString* str) { in NewConsString()
329 AstConsString* AstValueFactory::NewConsString(const AstRawString* str1, in NewConsString()
335 void AstValueFactory::Internalize(LocalIsolate* isolate) { in Internalize()
350 V8_EXPORT_PRIVATE) void AstValueFactory::Internalize(Isolate* isolate);
352 V8_EXPORT_PRIVATE) void AstValueFactory::Internalize(LocalIsolate* isolate);
[all …]
H A Dscopes.h26 class AstValueFactory; variable
169 AstValueFactory* ast_value_factory,
820 DeclarationScope(Zone* zone, AstValueFactory* ast_value_factory,
901 void DeserializeReceiver(AstValueFactory* ast_value_factory);
956 void DeclareThis(AstValueFactory* ast_value_factory);
957 void DeclareArguments(AstValueFactory* ast_value_factory);
958 void DeclareDefaultFunctionVariables(AstValueFactory* ast_value_factory);
1316 ModuleScope(DeclarationScope* script_scope, AstValueFactory* avfactory);
1320 AstValueFactory* avfactory);
1384 Variable* DeclareBrandVariable(AstValueFactory* ast_value_factory,
[all …]
H A Dast-value-factory.h86 friend class AstValueFactory; variable
170 friend class AstValueFactory;
301 class AstValueFactory {
303 AstValueFactory(Zone* zone, const AstStringConstants* string_constants, in AstValueFactory() function
396 V8_EXPORT_PRIVATE) void AstValueFactory::Internalize<Isolate>(Isolate*
400 V8_EXPORT_PRIVATE) void AstValueFactory::
/dports/lang/v8/v8-9.6.180.12/src/ast/
H A Dast-value-factory.cc317 const AstRawString* AstValueFactory::GetOneByteStringInternal( in GetOneByteStringInternal()
333 const AstRawString* AstValueFactory::GetTwoByteStringInternal( in GetTwoByteStringInternal()
341 const AstRawString* AstValueFactory::GetString(Handle<String> literal) { in GetString()
354 const AstRawString* AstValueFactory::CloneFromOtherFactory( in CloneFromOtherFactory()
363 AstConsString* AstValueFactory::NewConsString() { in NewConsString()
367 AstConsString* AstValueFactory::NewConsString(const AstRawString* str) { in NewConsString()
371 AstConsString* AstValueFactory::NewConsString(const AstRawString* str1, in NewConsString()
377 void AstValueFactory::Internalize(IsolateT* isolate) { in Internalize()
392 V8_EXPORT_PRIVATE) void AstValueFactory::Internalize(Isolate* isolate);
394 V8_EXPORT_PRIVATE) void AstValueFactory::Internalize(LocalIsolate* isolate);
[all …]
H A Dscopes.h26 class AstValueFactory; variable
169 AstValueFactory* ast_value_factory,
727 Scope(Zone* zone, ScopeType type, AstValueFactory* ast_value_factory,
855 AstValueFactory* ast_value_factory,
858 DeclarationScope(Zone* zone, AstValueFactory* ast_value_factory,
936 void DeserializeReceiver(AstValueFactory* ast_value_factory);
993 void DeclareThis(AstValueFactory* ast_value_factory);
994 void DeclareArguments(AstValueFactory* ast_value_factory);
1367 AstValueFactory* avfactory);
1431 Variable* DeclareBrandVariable(AstValueFactory* ast_value_factory,
[all …]
H A Dast-value-factory.h95 friend class AstValueFactory; variable
179 friend class AstValueFactory;
310 class AstValueFactory {
312 AstValueFactory(Zone* zone, const AstStringConstants* string_constants, in AstValueFactory() function
406 V8_EXPORT_PRIVATE) void AstValueFactory::Internalize<Isolate>(Isolate*
410 V8_EXPORT_PRIVATE) void AstValueFactory::
/dports/www/node10/node-v10.24.1/deps/v8/src/ast/
H A Dast-value-factory.cc210 AstRawString* AstValueFactory::GetOneByteStringInternal( in GetOneByteStringInternal()
226 AstRawString* AstValueFactory::GetTwoByteStringInternal( in GetTwoByteStringInternal()
233 const AstRawString* AstValueFactory::GetString(Handle<String> literal) { in GetString()
246 AstConsString* AstValueFactory::NewConsString() { in NewConsString()
253 AstConsString* AstValueFactory::NewConsString(const AstRawString* str) { in NewConsString()
257 AstConsString* AstValueFactory::NewConsString(const AstRawString* str1, in NewConsString()
262 void AstValueFactory::Internalize(Isolate* isolate) { in Internalize()
281 AstRawString* AstValueFactory::GetString(uint32_t hash_field, bool is_one_byte, in GetString()
H A Dscopes.h19 class AstValueFactory; variable
139 AstValueFactory* ast_value_factory, in NON_EXPORTED_BASE()
647 DeclarationScope(Zone* zone, AstValueFactory* ast_value_factory);
707 void DeclareThis(AstValueFactory* ast_value_factory);
708 void DeclareArguments(AstValueFactory* ast_value_factory);
709 void DeclareDefaultFunctionVariables(AstValueFactory* ast_value_factory);
731 AstValueFactory* ast_value_factory, int position);
736 AstValueFactory* ast_value_factory,
898 void ResetAfterPreparsing(AstValueFactory* ast_value_factory, bool aborted);
1028 AstValueFactory* ast_value_factory);
[all …]
H A Dast-value-factory.h82 friend class AstValueFactory; variable
159 friend class AstValueFactory;
267 class AstValueFactory {
269 AstValueFactory(Zone* zone, const AstStringConstants* string_constants, in AstValueFactory() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/parsing/
H A Dpending-compilation-error-handler.h20 class AstValueFactory; variable
53 void PrepareErrors(LocalIsolate* isolate, AstValueFactory* ast_value_factory);
138 Isolate* isolate, AstValueFactory* ast_value_factory);
140 LocalIsolate* isolate, AstValueFactory* ast_value_factory);
H A Dfunc-name-inferrer.h18 class AstValueFactory; variable
40 explicit FuncNameInferrer(AstValueFactory* ast_value_factory);
118 AstValueFactory* ast_value_factory_;
H A Dpending-compilation-error-handler.cc133 LocalIsolate* isolate, AstValueFactory* ast_value_factory) { in PrepareErrors()
143 PrepareErrors(Isolate* isolate, AstValueFactory* ast_value_factory);
146 PrepareErrors(LocalIsolate* isolate, AstValueFactory* ast_value_factory);
H A Dparse-info.h33 class AstValueFactory; variable
227 AstValueFactory* GetOrCreateAstValueFactory();
287 AstValueFactory* ast_value_factory() const { in ast_value_factory()
345 std::unique_ptr<AstValueFactory> ast_value_factory_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/parsing/
H A Dfunc-name-inferrer.h18 class AstValueFactory; variable
40 explicit FuncNameInferrer(AstValueFactory* ast_value_factory);
118 AstValueFactory* ast_value_factory_;
/dports/www/node10/node-v10.24.1/deps/v8/src/parsing/
H A Dfunc-name-inferrer.h15 class AstValueFactory; variable
32 FuncNameInferrer(AstValueFactory* ast_value_factory, Zone* zone);
113 AstValueFactory* ast_value_factory_;
H A Drewriter.h11 class AstValueFactory; variable
36 DoExpression* expr, AstValueFactory* factory);
H A Dparse-info.h27 class AstValueFactory; variable
52 AstValueFactory* GetOrCreateAstValueFactory();
119 AstValueFactory* ast_value_factory() const { in ast_value_factory()
274 std::shared_ptr<AstValueFactory> ast_value_factory_;
/dports/lang/v8/v8-9.6.180.12/src/parsing/
H A Dfunc-name-inferrer.h18 class AstValueFactory; variable
40 explicit FuncNameInferrer(AstValueFactory* ast_value_factory);
121 AstValueFactory* ast_value_factory_;
H A Dpending-compilation-error-handler.h20 class AstValueFactory; variable
60 void PrepareErrors(IsolateT* isolate, AstValueFactory* ast_value_factory);
177 Isolate* isolate, AstValueFactory* ast_value_factory);
179 LocalIsolate* isolate, AstValueFactory* ast_value_factory);
H A Dparse-info.h32 class AstValueFactory; variable
225 AstValueFactory* GetOrCreateAstValueFactory();
289 AstValueFactory* ast_value_factory() const { in ast_value_factory()
347 std::unique_ptr<AstValueFactory> ast_value_factory_;
H A Dpending-compilation-error-handler.cc149 IsolateT* isolate, AstValueFactory* ast_value_factory) { in PrepareErrors()
159 PrepareErrors(Isolate* isolate, AstValueFactory* ast_value_factory);
162 PrepareErrors(LocalIsolate* isolate, AstValueFactory* ast_value_factory);
/dports/lang/v8/v8-9.6.180.12/test/unittests/interpreter/
H A Dconstant-array-builder-unittest.cc37 AstValueFactory ast_factory(zone(), isolate()->ast_string_constants(), in TEST_F()
87 AstValueFactory ast_factory(zone(), isolate()->ast_string_constants(), in TEST_F()
107 AstValueFactory ast_factory(zone(), isolate()->ast_string_constants(), in TEST_F()
175 AstValueFactory ast_factory(zone(), isolate()->ast_string_constants(), in TEST_F()
220 AstValueFactory ast_factory(zone(), isolate()->ast_string_constants(), in TEST_F()
286 AstValueFactory ast_factory(zone(), isolate()->ast_string_constants(), in TEST_F()
319 AstValueFactory ast_factory(zone(), isolate()->ast_string_constants(), in TEST_F()

12345