Searched refs:NativeFunctionLiteral (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/v8/src/
H A Dast.h80 V(NativeFunctionLiteral) \
2535 class NativeFunctionLiteral FINAL : public Expression {
2537 DECLARE_NODE_TYPE(NativeFunctionLiteral)
2543 NativeFunctionLiteral(Zone* zone, const AstRawString* name, function in class:v8::internal::FINAL
3512 NativeFunctionLiteral* NewNativeFunctionLiteral(const AstRawString* name,
3515 NativeFunctionLiteral* lit =
3516 new (zone_) NativeFunctionLiteral(zone_, name, extension, pos, id_gen_);
3517 VISIT_AND_RETURN(NativeFunctionLiteral, lit)
H A Dprettyprinter.cc307 void PrettyPrinter::VisitNativeFunctionLiteral(NativeFunctionLiteral* node) {
999 void AstPrinter::VisitNativeFunctionLiteral(NativeFunctionLiteral* node) {
H A Dfull-codegen.cc193 NativeFunctionLiteral* expr) {
1555 NativeFunctionLiteral* expr) {
1556 Comment cmnt(masm_, "[ NativeFunctionLiteral");
H A Dast.cc1098 DONT_OPTIMIZE_NODE(NativeFunctionLiteral)
H A Dtyping.cc358 void AstTyper::VisitNativeFunctionLiteral(NativeFunctionLiteral* expr) {
H A Dparser.cc1908 NativeFunctionLiteral* lit = factory()->NewNativeFunctionLiteral(
H A Dhydrogen.cc5254 NativeFunctionLiteral* expr) {
/external/chromium_org/v8/src/compiler/
H A Dast-graph-builder.cc821 void AstGraphBuilder::VisitNativeFunctionLiteral(NativeFunctionLiteral* expr) {

Completed in 2259 milliseconds