| Index: src/factory.h
|
| diff --git a/src/factory.h b/src/factory.h
|
| index 8549938e61b1b9629830080144ac77d8a9a9c5ed..caabac8fbf51d79a83e1b9e2b43647074d6875c4 100644
|
| --- a/src/factory.h
|
| +++ b/src/factory.h
|
| @@ -607,6 +607,16 @@ class Factory V8_FINAL {
|
| Handle<Object> script,
|
| Handle<Object> stack_frames);
|
|
|
| + Handle<SeededNumberDictionary> DictionaryAtNumberPut(
|
| + Handle<SeededNumberDictionary>,
|
| + uint32_t key,
|
| + Handle<Object> value);
|
| +
|
| + Handle<UnseededNumberDictionary> DictionaryAtNumberPut(
|
| + Handle<UnseededNumberDictionary>,
|
| + uint32_t key,
|
| + Handle<Object> value);
|
| +
|
| #ifdef ENABLE_DEBUGGER_SUPPORT
|
| Handle<DebugInfo> NewDebugInfo(Handle<SharedFunctionInfo> shared);
|
| #endif
|
|
|