| Index: src/full-codegen.h
|
| diff --git a/src/full-codegen.h b/src/full-codegen.h
|
| index 32242b297b430a48f904073f71edf61a5577c780..68263a5dc611dc71d46872275728e5f15f1945d6 100644
|
| --- a/src/full-codegen.h
|
| +++ b/src/full-codegen.h
|
| @@ -491,6 +491,11 @@ class FullCodeGenerator: public AstVisitor {
|
| INLINE_RUNTIME_FUNCTION_LIST(EMIT_INLINE_RUNTIME_CALL)
|
| #undef EMIT_INLINE_RUNTIME_CALL
|
|
|
| + void EmitSeqStringSetCharCheck(Register string,
|
| + Register index,
|
| + Register value,
|
| + uint32_t encoding_mask);
|
| +
|
| // Platform-specific code for resuming generators.
|
| void EmitGeneratorResume(Expression *generator,
|
| Expression *value,
|
|
|