v8::internal::Factory メンバ一覧

これは全メンバの一覧です。v8::internal::Factory継承メンバも含んでいます。
AddToMapCache(Handle< Context > context, Handle< FixedArray > keys, Handle< Map > map)v8::internal::Factory [private, static]
ApiInstanceType Enumv8::internal::Factory
BaseNewFunctionFromBoilerplate(Handle< JSFunction > boilerplate, Handle< Map > function_map)v8::internal::Factory [private, static]
ConfigureInstance(Handle< FunctionTemplateInfo > desc, Handle< JSObject > instance, bool *pending_exception)v8::internal::Factory [static]
CopyAppendCallbackDescriptors(Handle< DescriptorArray > array, Handle< Object > descriptors)v8::internal::Factory [private, static]
CopyAppendProxyDescriptor(Handle< DescriptorArray > array, Handle< String > key, Handle< Object > value, PropertyAttributes attributes)v8::internal::Factory [static]
CopyCode(Handle< Code > code)v8::internal::Factory [static]
CopyFixedArray(Handle< FixedArray > array)v8::internal::Factory [static]
CopyMap(Handle< Map > map)v8::internal::Factory [static]
CopyMapDropTransitions(Handle< Map > map)v8::internal::Factory [static]
CreateApiFunction(Handle< FunctionTemplateInfo > data, ApiInstanceType type=JavaScriptObject)v8::internal::Factory [static]
DictionaryAtNumberPut(Handle< Dictionary >, uint32_t key, Handle< Object > value)v8::internal::Factory [static]
InnerGlobalObject Enum 値v8::internal::Factory
InstallMembers(Handle< JSFunction > function)v8::internal::Factory [static]
JavaScriptObject Enum 値v8::internal::Factory
LookupAsciiSymbol(const char *str)v8::internal::Factory [inline, static]
LookupSymbol(Vector< const char > str)v8::internal::Factory [static]
NewAccessorInfo()v8::internal::Factory [static]
NewArgumentsObject(Handle< Object > callee, int length)v8::internal::Factory [static]
NewArrayLiteral(int length)v8::internal::Factory [static]
NewByteArray(int length)v8::internal::Factory [static]
NewCode(const CodeDesc &desc, ScopeInfo<> *sinfo, Code::Flags flags)v8::internal::Factory [static]
NewConsString(Handle< String > first, Handle< String > second)v8::internal::Factory [static]
NewDebugInfo(Handle< SharedFunctionInfo > shared)v8::internal::Factory [static]
NewDescriptorArray(int number_of_descriptors)v8::internal::Factory [static]
NewDictionary(int at_least_space_for)v8::internal::Factory [static]
NewError(const char *maker, const char *type, Handle< JSArray > args)v8::internal::Factory [static]
NewError(const char *maker, const char *type, Vector< Handle< Object > > args)v8::internal::Factory [static]
NewError(const char *type, Vector< Handle< Object > > args)v8::internal::Factory [static]
NewError(Handle< String > message)v8::internal::Factory [static]
NewError(const char *constructor, Handle< String > message)v8::internal::Factory [static]
NewEvalError(const char *type, Vector< Handle< Object > > args)v8::internal::Factory [static]
NewExternalStringFromAscii(ExternalAsciiString::Resource *resource)v8::internal::Factory [static]
NewExternalStringFromTwoByte(ExternalTwoByteString::Resource *resource)v8::internal::Factory [static]
NewFixedArray(int size, PretenureFlag pretenure=NOT_TENURED)v8::internal::Factory [static]
NewFixedArrayWithHoles(int size)v8::internal::Factory [static]
NewFunction(Handle< String > name, Handle< Object > prototype)v8::internal::Factory [static]
NewFunction(Handle< Object > super, bool is_global)v8::internal::Factory [static]
NewFunction(Handle< String > name, InstanceType type, int instance_size, Handle< Code > code, bool force_initial_map)v8::internal::Factory [static]
NewFunction(Handle< Map > function_map, Handle< SharedFunctionInfo > shared, Handle< Object > prototype)v8::internal::Factory [static]
NewFunctionBoilerplate(Handle< String > name, int number_of_literals, bool contains_array_literal, Handle< Code > code)v8::internal::Factory [static]
NewFunctionBoilerplate(Handle< String > name)v8::internal::Factory [static]
NewFunctionContext(int length, Handle< JSFunction > closure)v8::internal::Factory [static]
NewFunctionFromBoilerplate(Handle< JSFunction > boilerplate, Handle< Context > context)v8::internal::Factory [static]
NewFunctionHelper(Handle< String > name, Handle< Object > prototype)v8::internal::Factory [private, static]
NewFunctionPrototype(Handle< JSFunction > function)v8::internal::Factory [static]
NewFunctionWithPrototype(Handle< String > name, InstanceType type, int instance_size, Handle< JSObject > prototype, Handle< Code > code, bool force_initial_map)v8::internal::Factory [static]
NewGlobalContext()v8::internal::Factory [static]
NewJSArray(int init_length, PretenureFlag pretenure=NOT_TENURED)v8::internal::Factory [static]
NewJSArrayWithElements(Handle< FixedArray > elements, PretenureFlag pretenure=NOT_TENURED)v8::internal::Factory [static]
NewJSObject(Handle< JSFunction > constructor, PretenureFlag pretenure=NOT_TENURED)v8::internal::Factory [static]
NewJSObjectFromMap(Handle< Map > map)v8::internal::Factory [static]
NewMap(InstanceType type, int instance_size)v8::internal::Factory [static]
NewMapCache(int at_least_space_for)v8::internal::Factory [private, static]
NewNeanderObject()v8::internal::Factory [static]
NewNumber(double value, PretenureFlag pretenure=NOT_TENURED)v8::internal::Factory [static]
NewNumberFromInt(int value)v8::internal::Factory [static]
NewObjectLiteral(int expected_number_of_properties)v8::internal::Factory [static]
NewProxy(Address addr, PretenureFlag pretenure=NOT_TENURED)v8::internal::Factory [static]
NewProxy(const AccessorDescriptor *proxy)v8::internal::Factory [static]
NewRangeError(const char *type, Vector< Handle< Object > > args)v8::internal::Factory [static]
NewRangeError(Handle< String > message)v8::internal::Factory [static]
NewRawTwoByteString(int length, PretenureFlag pretenure=NOT_TENURED)v8::internal::Factory [static]
NewReferenceError(const char *type, Vector< Handle< Object > > args)v8::internal::Factory [static]
NewReferenceError(Handle< String > message)v8::internal::Factory [static]
NewScript(Handle< String > source)v8::internal::Factory [static]
NewSharedFunctionInfo(Handle< String > name)v8::internal::Factory [static]
NewStringFromAscii(Vector< const char > str, PretenureFlag pretenure=NOT_TENURED)v8::internal::Factory [static]
NewStringFromTwoByte(Vector< const uc16 > str)v8::internal::Factory [static]
NewStringFromUtf8(Vector< const char > str, PretenureFlag pretenure=NOT_TENURED)v8::internal::Factory [static]
NewStringSlice(Handle< String > str, int begin, int end)v8::internal::Factory [static]
NewStruct(InstanceType type)v8::internal::Factory [static]
NewSyntaxError(const char *type, Handle< JSArray > args)v8::internal::Factory [static]
NewSyntaxError(Handle< String > message)v8::internal::Factory [static]
NewTypeError(const char *type, Vector< Handle< Object > > args)v8::internal::Factory [static]
NewTypeError(Handle< String > message)v8::internal::Factory [static]
NewWithContext(Handle< Context > previous, Handle< JSObject > extension)v8::internal::Factory [static]
ObjectLiteralMapFromCache(Handle< Context > context, Handle< FixedArray > keys)v8::internal::Factory [static]
OuterGlobalObject Enum 値v8::internal::Factory
SetRegExpData(Handle< JSRegExp > regexp, JSRegExp::Type type, Handle< String > source, JSRegExp::Flags flags, Handle< Object > data)v8::internal::Factory [static]
SymbolFromString(Handle< String > value)v8::internal::Factory [static]
ToObject(Handle< Object > object, Handle< Context > global_context)v8::internal::Factory [static]
 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義