5 #ifndef V8_BUILTINS_BUILTINS_CONSTRUCTOR_GEN_H_ 6 #define V8_BUILTINS_BUILTINS_CONSTRUCTOR_GEN_H_ 8 #include "src/code-stub-assembler.h" 19 ScopeType scope_type);
21 Node* EmitCreateRegExpLiteral(
Node* feedback_vector,
Node* slot,
23 Node* EmitCreateShallowArrayLiteral(
Node* feedback_vector,
Node* slot,
25 AllocationSiteMode allocation_site_mode);
27 Node* EmitCreateEmptyArrayLiteral(
Node* feedback_vector,
Node* slot,
30 Node* EmitCreateShallowObjectLiteral(
Node* feedback_vector,
Node* slot,
32 Node* EmitCreateEmptyObjectLiteral(
Node* context);
43 #endif // V8_BUILTINS_BUILTINS_CONSTRUCTOR_GEN_H_