Home
last modified time | relevance | path

Searched refs:NativeFunctionLiteral (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/ast/
Dast.h99 V(NativeFunctionLiteral) \
2563 class NativeFunctionLiteral final : public Expression {
2573 NativeFunctionLiteral(const AstRawString* name, v8::Extension* extension, in NativeFunctionLiteral() function
3287 NativeFunctionLiteral* NewNativeFunctionLiteral(const AstRawString* name, in NewNativeFunctionLiteral()
3290 return zone_->New<NativeFunctionLiteral>(name, extension, pos); in NewNativeFunctionLiteral()
Dprettyprinter.cc258 void CallPrinter::VisitNativeFunctionLiteral(NativeFunctionLiteral* node) {} in VisitNativeFunctionLiteral()
1167 void AstPrinter::VisitNativeFunctionLiteral(NativeFunctionLiteral* node) { in VisitNativeFunctionLiteral()
Dast-traversal-visitor.h293 NativeFunctionLiteral* expr) { in VisitNativeFunctionLiteral()
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.h521 ZoneVector<std::pair<NativeFunctionLiteral*, size_t>>
Dbytecode-generator.cc1293 for (std::pair<NativeFunctionLiteral*, size_t> literal : in AllocateDeferredConstants()
1298 NativeFunctionLiteral* expr = literal.first; in AllocateDeferredConstants()
2953 NativeFunctionLiteral* expr) { in VisitNativeFunctionLiteral()
/third_party/node/deps/v8/src/parsing/
Dparser.cc1911 NativeFunctionLiteral* lit = in DeclareNative()