Commit e68c7ec4 authored by Fedor Indutny's avatar Fedor Indutny Committed by Rod Vagg
Browse files

contextify: ignore getters during initialization

The `context_` is not initialized until the `CreateV8Context` will
return. Make sure that it will be empty (by moving away initialization
from constructor) at start, and ignore getter callbacks until it will
have some value.

PR-URL: https://github.com/nodejs/io.js/pull/2091


Reviewed-By: default avatarTrevor Norris <trev.norris@gmail.com>
parent daf6c533
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment