Check argument to 'unset' in reactive mode
[hiphop-php.git] / hphp / hack / src / hhbc / emit_adata.mli
blobb95c6495ea67496bad3f18bc5c547ae366f09007
1 (**
2 * Copyright (c) 2017, Facebook, Inc.
3 * All rights reserved.
5 * This source code is licensed under the MIT license found in the
6 * LICENSE file in the "hack" directory of this source tree.
8 *)
10 val adata_to_buffer : string Mutable_accumulator.t -> Typed_value.t -> unit
11 val attributes_to_strings : Hhas_attribute.t list -> string list
12 val get_array_identifier : Typed_value.t -> Hhbc_ast.adata_id
13 val get_adata : unit -> Hhas_adata.t list
14 val reset : unit -> unit
15 val rewrite_typed_value : Typed_value.t -> Hhbc_ast.instruct