Lines Matching refs:JSObject
54 …unction> NewBuiltinConstructor(const JSHandle<GlobalEnv> &env, const JSHandle<JSObject> &prototype,
60 … const JSHandle<JSObject> &prototype, EcmaEntrypoint ctorFunc,
68 void SetLazyAccessor(const JSHandle<JSObject> &object, const JSHandle<JSTaggedValue> &key,
71 void InitializeCtor(const JSHandle<GlobalEnv> &env, const JSHandle<JSObject> &prototype,
74 …void InitializeGlobalObject(const JSHandle<GlobalEnv> &env, const JSHandle<JSObject> &globalObject…
80 … void InitializeObject(const JSHandle<GlobalEnv> &env, const JSHandle<JSObject> &objFuncPrototype,
81 const JSHandle<JSObject> &objFunc);
83 void InitializeNumber(const JSHandle<GlobalEnv> &env, const JSHandle<JSObject> &globalObject,
149 …JSHandle<JSFunction> NewIntlConstructor(const JSHandle<GlobalEnv> &env, const JSHandle<JSObject> &…
151 void InitializeIntlCtor(const JSHandle<GlobalEnv> &env, const JSHandle<JSObject> &prototype,
264 void SetFunction(const JSHandle<GlobalEnv> &env, const JSHandle<JSObject> &obj, const char *key,
268 …void SetFunction(const JSHandle<GlobalEnv> &env, const JSHandle<JSObject> &obj, const JSHandle<JST…
272 … void SetFuncToObjAndGlobal(const JSHandle<GlobalEnv> &env, const JSHandle<JSObject> &globalObject,
273 … const JSHandle<JSObject> &obj, const char *key, EcmaEntrypoint func, int length);
276 void SetFunctionAtSymbol(const JSHandle<GlobalEnv> &env, const JSHandle<JSObject> &obj,
280 …void SetStringTagSymbol(const JSHandle<GlobalEnv> &env, const JSHandle<JSObject> &obj, const char …
284 void SetConstant(const JSHandle<JSObject> &obj, const char *key, JSTaggedValue value) const;
286 …void SetGlobalThis(const JSHandle<JSObject> &obj, const char *key, const JSHandle<JSTaggedValue> &…
288 void SetAttribute(const JSHandle<JSObject> &obj, const char *key, const char *value) const;
290 void SetNoneAttributeProperty(const JSHandle<JSObject> &obj, const char *key,
294 const JSHandle<JSObject> &prototype) const;
299 void SetAccessor(const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &key,
301 void SetGetter(const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &key,
303 JSHandle<JSObject> InitializeArkTools(const JSHandle<GlobalEnv> &env) const;
304 void InitializeGlobalRegExp(JSHandle<JSObject> &obj) const;
306 JSHandle<JSObject> InitializeArkPrivate(const JSHandle<GlobalEnv> &env) const;
307 …void SetConstantObject(const JSHandle<JSObject> &obj, const char *key, JSHandle<JSTaggedValue> &va…
308 …void SetFrozenFunction(const JSHandle<GlobalEnv> &env, const JSHandle<JSObject> &obj, const char *…
310 …void SetNonConstantObject(const JSHandle<JSObject> &obj, const char *key, JSHandle<JSTaggedValue> …