On Sun, Oct 26, 2014 at 12:22 PM, Shang Yu <[email protected]> wrote:
> Hi dear all,
> I've search the whole chromium source code, only find 1 reference as follow
>
> reinterpret_cast<Map*>(result)->set_map(raw_unchecked_meta_map());
>
> my question is where is the definition of raw_unchecked_meta_map ?
> many thanks !!!

It's defined (and declared) in src/heap/heap.h through a macro.  Grep
that file for 'raw_unchecked_'.

-- 
-- 
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- 
You received this message because you are subscribed to the Google Groups 
"v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to