Home
last modified time | relevance | path

Searched defs:cooked_strings (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dtemplate-objects.cc52 Handle<FixedArray> cooked_strings(description->cooked_strings(), isolate); in GetTemplateObject() local
/third_party/node/deps/v8/src/ast/
Dast.cc822 FixedArray cooked_strings = *cooked_strings_handle; in GetOrBuildDescription() local
Dast.h2664 const ZonePtrList<const AstRawString>* cooked_strings() const { in cooked_strings() function
2678 GetTemplateObject(const ZonePtrList<const AstRawString>* cooked_strings, in GetTemplateObject()
3310 const ZonePtrList<const AstRawString>* cooked_strings, in NewGetTemplateObject()
/third_party/node/deps/v8/src/heap/
Dfactory-base.cc520 Handle<FixedArray> raw_strings, Handle<FixedArray> cooked_strings) { in NewTemplateObjectDescription()
/third_party/node/deps/v8/src/parsing/
Dparser.cc3493 const ZonePtrList<const AstRawString>* cooked_strings = lit->cooked(); in CloseTemplateLiteral() local