Home | History | Annotate | Download | only in src

Lines Matching full:handle

53   static Handle<AccessorInfo> name##Info(                 \
69 static Handle<Object> FunctionSetPrototype(Handle<JSFunction> object,
70 Handle<Object> value);
71 static Handle<Object> FunctionGetPrototype(Handle<JSFunction> object);
72 static Handle<Object> FunctionGetArguments(Handle<JSFunction> object);
75 static Handle<AccessorInfo> MakeModuleExport(
76 Handle<String> name, int index, PropertyAttributes attributes);
82 Handle<Name> name,
85 static Handle<AccessorInfo> MakeAccessor(
87 Handle<Name> name,
92 static Handle<ExecutableAccessorInfo> CloneAccessor(
94 Handle<ExecutableAccessorInfo> accessor);
99 static Handle<Object> FlattenNumber(Isolate* isolate, Handle<Object> value);