#include "v8.h"#include "bootstrapper.h"#include "codegen-inl.h"#include "compilation-cache.h"#include "compiler.h"#include "debug.h"#include "scopes.h"#include "rewriter.h"#include "usage-analyzer.h"ネームスペース | |
| namespace | v8 |
| namespace | v8::internal |
関数 | |
| static Handle< Code > | v8::internal::MakeCode (FunctionLiteral *literal, Handle< Script > script, bool is_eval) |
| static Handle< JSFunction > | v8::internal::MakeFunction (bool is_global, bool is_eval, Handle< Script > script, v8::Extension *extension, ScriptDataImpl *pre_data) |
変数 | |
| static StaticResource < SafeStringInputBuffer > | v8::internal::safe_string_input_buffer |
1.7.1