• Home
  • Raw
  • Download

Lines Matching full:const

40 using JSFunctionEntryType = JSTaggedValue (*)(uintptr_t glue, uint32_t argc, const JSTaggedType arg…
329 static void DebugPrintInstruction([[maybe_unused]]uintptr_t argGlue, const uint8_t *pc);
358 static inline JSTaggedValue RuntimeInc(JSThread *thread, const JSHandle<JSTaggedValue> &value);
359 static inline JSTaggedValue RuntimeDec(JSThread *thread, const JSHandle<JSTaggedValue> &value);
361 static inline JSTaggedValue RuntimeIsIn(JSThread *thread, const JSHandle<JSTaggedValue> &prop,
362 const JSHandle<JSTaggedValue> &obj);
363 …static inline JSTaggedValue RuntimeInstanceof(JSThread *thread, const JSHandle<JSTaggedValue> &obj,
364 const JSHandle<JSTaggedValue> &target);
365 …static inline JSTaggedValue RuntimeCreateGeneratorObj(JSThread *thread, const JSHandle<JSTaggedVal…
368const JSHandle<JSTaggedValue> &genFunc);
374 …static inline JSTaggedValue RuntimeGetTemplateObject(JSThread *thread, const JSHandle<JSTaggedValu…
375 …static inline JSTaggedValue RuntimeGetNextPropName(JSThread *thread, const JSHandle<JSTaggedValue>…
376 …static inline JSTaggedValue RuntimeIterNext(JSThread *thread, const JSHandle<JSTaggedValue> &iter);
377 …static inline JSTaggedValue RuntimeCloseIterator(JSThread *thread, const JSHandle<JSTaggedValue> &…
378 …static inline JSTaggedValue RuntimeSuperCallSpread(JSThread *thread, const JSHandle<JSTaggedValue>…
379 const JSHandle<JSTaggedValue> &newTarget,
380 const JSHandle<JSTaggedValue> &array);
381 …static inline JSTaggedValue RuntimeDelObjProp(JSThread *thread, const JSHandle<JSTaggedValue> &obj,
382 const JSHandle<JSTaggedValue> &prop);
383 …static inline JSTaggedValue RuntimeNewObjApply(JSThread *thread, const JSHandle<JSTaggedValue> &fu…
384 const JSHandle<JSTaggedValue> &array);
385 …static inline JSTaggedValue RuntimeCreateIterResultObj(JSThread *thread, const JSHandle<JSTaggedVa…
388const JSHandle<JSTaggedValue> &asyncFuncObj,
389const JSHandle<JSTaggedValue> &value);
391const JSHandle<JSTaggedValue> &asyncFuncObj,
392const JSHandle<JSTaggedValue> &value,
394 …static inline JSTaggedValue RuntimeCopyDataProperties(JSThread *thread, const JSHandle<JSTaggedVal…
395 const JSHandle<JSTaggedValue> &src);
396 …static inline JSTaggedValue RuntimeStArraySpread(JSThread *thread, const JSHandle<JSTaggedValue> &…
397 … JSTaggedValue index, const JSHandle<JSTaggedValue> &src);
398 …static inline JSTaggedValue RuntimeSetObjectWithProto(JSThread *thread, const JSHandle<JSTaggedVal…
399 const JSHandle<JSObject> &obj);
400 …static inline JSTaggedValue RuntimeGetIteratorNext(JSThread *thread, const JSHandle<JSTaggedValue>…
401 const JSHandle<JSTaggedValue> &method);
402 …static inline JSTaggedValue RuntimeLdObjByValue(JSThread *thread, const JSHandle<JSTaggedValue> &o…
403const JSHandle<JSTaggedValue> &prop, bool callGetter,
405 …static inline JSTaggedValue RuntimeStObjByValue(JSThread *thread, const JSHandle<JSTaggedValue> &o…
406 const JSHandle<JSTaggedValue> &prop,
407 const JSHandle<JSTaggedValue> &value);
408 …static inline JSTaggedValue RuntimeStOwnByValue(JSThread *thread, const JSHandle<JSTaggedValue> &o…
409 const JSHandle<JSTaggedValue> &key,
410 const JSHandle<JSTaggedValue> &value);
411 …static inline JSTaggedValue RuntimeLdSuperByValue(JSThread *thread, const JSHandle<JSTaggedValue> …
412const JSHandle<JSTaggedValue> &key, JSTaggedValue thisFunc);
413 …static inline JSTaggedValue RuntimeStSuperByValue(JSThread *thread, const JSHandle<JSTaggedValue> …
414 const JSHandle<JSTaggedValue> &key,
415const JSHandle<JSTaggedValue> &value, JSTaggedValue thisFunc);
416 …static inline JSTaggedValue RuntimeLdObjByIndex(JSThread *thread, const JSHandle<JSTaggedValue> &o…
418 …static inline JSTaggedValue RuntimeStObjByIndex(JSThread *thread, const JSHandle<JSTaggedValue> &o…
419 const JSHandle<JSTaggedValue> &value);
420 …static inline JSTaggedValue RuntimeStOwnByIndex(JSThread *thread, const JSHandle<JSTaggedValue> &o…
421 const JSHandle<JSTaggedValue> &idx,
422 const JSHandle<JSTaggedValue> &value);
423 …static inline JSTaggedValue RuntimeStGlobalRecord(JSThread *thread, const JSHandle<JSTaggedValue> …
424const JSHandle<JSTaggedValue> &value, bool isConst);
425 static inline JSTaggedValue RuntimeNeg(JSThread *thread, const JSHandle<JSTaggedValue> &value);
426 static inline JSTaggedValue RuntimeNot(JSThread *thread, const JSHandle<JSTaggedValue> &value);
427 …static inline JSTaggedValue RuntimeResolveClass(JSThread *thread, const JSHandle<JSFunction> &ctor,
428 const JSHandle<TaggedArray> &literal,
429 const JSHandle<JSTaggedValue> &base,
430 const JSHandle<JSTaggedValue> &lexenv);
431 …static inline JSTaggedValue RuntimeCloneClassFromTemplate(JSThread *thread, const JSHandle<JSFunct…
432 const JSHandle<JSTaggedValue> &base,
433const JSHandle<JSTaggedValue> &lexenv);
435 const JSHandle<JSTaggedValue> &base,
436 const JSHandle<JSTaggedValue> &lexenv,
437const JSHandle<JSTaggedValue> &constpool,
439 const JSHandle<JSTaggedValue> &module);
441 const JSHandle<JSTaggedValue> &base,
442 const JSHandle<JSTaggedValue> &lexenv,
443const JSHandle<JSTaggedValue> &constpool,
444const uint16_t methodId, uint16_t literalId,
445 const JSHandle<JSHClass> &ihclass,
446const JSHandle<JSTaggedValue> &module);
448const JSHandle<JSTaggedValue> &ctor,
449const JSHandle<JSTaggedValue> &base);
452 …static inline JSTaggedValue RuntimeNotifyInlineCache(JSThread *thread, const JSHandle<Method> &met…
454 …static inline JSTaggedValue RuntimeStOwnByValueWithNameSet(JSThread *thread, const JSHandle<JSTagg…
455 const JSHandle<JSTaggedValue> &key,
456const JSHandle<JSTaggedValue> &value);
457 …static inline JSTaggedValue RuntimeStOwnByName(JSThread *thread, const JSHandle<JSTaggedValue> &ob…
458 const JSHandle<JSTaggedValue> &prop,
459 const JSHandle<JSTaggedValue> &value);
460 …static inline JSTaggedValue RuntimeSuspendGenerator(JSThread *thread, const JSHandle<JSTaggedValue…
461 const JSHandle<JSTaggedValue> &value);
483 …static inline JSTaggedValue RuntimeGetPropIterator(JSThread *thread, const JSHandle<JSTaggedValue>…
485 …static inline JSTaggedValue RuntimeGetIterator(JSThread *thread, const JSHandle<JSTaggedValue> &ob…
486 …static inline JSTaggedValue RuntimeGetAsyncIterator(JSThread *thread, const JSHandle<JSTaggedValue…
487 …static inline void RuntimeSetGeneratorState(JSThread *thread, const JSHandle<JSTaggedValue> &genOb…
488 const int32_t index);
493 … static inline void RuntimeThrowUndefinedIfHole(JSThread *thread, const JSHandle<EcmaString> &obj);
495 …static inline void RuntimeThrowConstAssignment(JSThread *thread, const JSHandle<EcmaString> &value…
497 …static inline JSTaggedValue RuntimeTryLdGlobalByName(JSThread *thread, const JSHandle<JSTaggedValu…
498 const JSHandle<JSTaggedValue> &prop);
500 …static inline JSTaggedValue RuntimeThrowReferenceError(JSThread *thread, const JSHandle<JSTaggedVa…
501 const char *desc);
502 …static inline JSTaggedValue RuntimeLdGlobalVarFromProto(JSThread *thread, const JSHandle<JSTaggedV…
503 const JSHandle<JSTaggedValue> &prop);
504 …static inline JSTaggedValue RuntimeStGlobalVar(JSThread *thread, const JSHandle<JSTaggedValue> &pr…
505 const JSHandle<JSTaggedValue> &value);
506 …static inline JSTaggedValue RuntimeToNumber(JSThread *thread, const JSHandle<JSTaggedValue> &value…
507 …static inline JSTaggedValue RuntimeDynamicImport(JSThread *thread, const JSHandle<JSTaggedValue> &…
508 const JSHandle<JSTaggedValue> &func);
509 …static inline JSTaggedValue RuntimeToNumeric(JSThread *thread, const JSHandle<JSTaggedValue> &valu…
510 static inline JSTaggedValue RuntimeEq(JSThread *thread, const JSHandle<JSTaggedValue> &left,
511 const JSHandle<JSTaggedValue> &right);
514 static inline JSTaggedValue RuntimeNotEq(JSThread *thread, const JSHandle<JSTaggedValue> &left,
515 const JSHandle<JSTaggedValue> &right);
516 static inline JSTaggedValue RuntimeLess(JSThread *thread, const JSHandle<JSTaggedValue> &left,
517 const JSHandle<JSTaggedValue> &right);
518 static inline JSTaggedValue RuntimeLessEq(JSThread *thread, const JSHandle<JSTaggedValue> &left,
519 const JSHandle<JSTaggedValue> &right);
520 … static inline JSTaggedValue RuntimeGreater(JSThread *thread, const JSHandle<JSTaggedValue> &left,
521 const JSHandle<JSTaggedValue> &right);
522 …static inline JSTaggedValue RuntimeGreaterEq(JSThread *thread, const JSHandle<JSTaggedValue> &left,
523 const JSHandle<JSTaggedValue> &right);
524 static inline JSTaggedValue RuntimeAdd2(JSThread *thread, const JSHandle<JSTaggedValue> &left,
525 const JSHandle<JSTaggedValue> &right);
526 static inline JSTaggedValue RuntimeShl2(JSThread *thread, const JSHandle<JSTaggedValue> &left,
527 const JSHandle<JSTaggedValue> &right);
528 static inline JSTaggedValue RuntimeShr2(JSThread *thread, const JSHandle<JSTaggedValue> &left,
529 const JSHandle<JSTaggedValue> &right);
530 static inline JSTaggedValue RuntimeSub2(JSThread *thread, const JSHandle<JSTaggedValue> &left,
531 const JSHandle<JSTaggedValue> &right);
532 static inline JSTaggedValue RuntimeMul2(JSThread *thread, const JSHandle<JSTaggedValue> &left,
533 const JSHandle<JSTaggedValue> &right);
534 static inline JSTaggedValue RuntimeDiv2(JSThread *thread, const JSHandle<JSTaggedValue> &left,
535 const JSHandle<JSTaggedValue> &right);
536 static inline JSTaggedValue RuntimeMod2(JSThread *thread, const JSHandle<JSTaggedValue> &left,
537 const JSHandle<JSTaggedValue> &right);
538 static inline JSTaggedValue RuntimeAshr2(JSThread *thread, const JSHandle<JSTaggedValue> &left,
539 const JSHandle<JSTaggedValue> &right);
540 static inline JSTaggedValue RuntimeAnd2(JSThread *thread, const JSHandle<JSTaggedValue> &left,
541 const JSHandle<JSTaggedValue> &right);
542 static inline JSTaggedValue RuntimeOr2(JSThread *thread, const JSHandle<JSTaggedValue> &left,
543 const JSHandle<JSTaggedValue> &right);
544 static inline JSTaggedValue RuntimeXor2(JSThread *thread, const JSHandle<JSTaggedValue> &left,
545 const JSHandle<JSTaggedValue> &right);
547 const JSHandle<JSTaggedValue> &obj,
548 const JSHandle<JSTaggedValue> &prop,
549 const JSHandle<JSTaggedValue> &value);
550 …static inline JSTaggedValue RuntimeStObjByName(JSThread *thread, const JSHandle<JSTaggedValue> &ob…
551 const JSHandle<JSTaggedValue> &prop,
552 const JSHandle<JSTaggedValue> &value);
554const JSHandle<JSTaggedValue> &value);
556const JSHandle<JSTaggedValue> &value);
566const JSHandle<JSTaggedValue> &literal);
568 const JSHandle<JSObject> &literal);
570 …static inline JSTaggedValue RuntimeNewObjRange(JSThread *thread, const JSHandle<JSTaggedValue> &fu…
571const JSHandle<JSTaggedValue> &newTarget, uint16_t firstArgIdx,
573 …static inline JSTaggedValue RuntimeDefinefunc(JSThread *thread, const JSHandle<Method> &methodHand…
574 …static inline JSTaggedValue RuntimeCreateRegExpWithLiteral(JSThread *thread, const JSHandle<JSTagg…
579 const JSHandle<JSObject> &literal,
580 const JSHandle<JSTaggedValue> &env);
582const JSHandle<JSTaggedValue> &objVal,
584 …static inline JSTaggedValue RuntimeDefineMethod(JSThread *thread, const JSHandle<Method> &methodHa…
585 const JSHandle<JSTaggedValue> &homeObject);
586 …static inline JSTaggedValue RuntimeCallSpread(JSThread *thread, const JSHandle<JSTaggedValue> &fun…
587 const JSHandle<JSTaggedValue> &obj,
588 const JSHandle<JSTaggedValue> &array);
589 …static inline JSTaggedValue RuntimeDefineGetterSetterByValue(JSThread *thread, const JSHandle<JSOb…
590const JSHandle<JSTaggedValue> &prop,
591const JSHandle<JSTaggedValue> &getter,
592const JSHandle<JSTaggedValue> &setter, bool flag);
593 …static inline JSTaggedValue RuntimeSuperCall(JSThread *thread, const JSHandle<JSTaggedValue> &func,
594const JSHandle<JSTaggedValue> &newTarget, uint16_t firstVRegIdx,
597 static inline JSTaggedValue RuntimeThrowTypeError(JSThread *thread, const char *message);
598 …static inline JSTaggedValue RuntimeGetCallSpreadArgs(JSThread *thread, const JSHandle<JSTaggedValu…
599 …e JSTaggedValue RuntimeThrowReferenceError(JSThread *thread, JSTaggedValue prop, const char *desc);
600 static inline JSTaggedValue RuntimeThrowSyntaxError(JSThread *thread, const char *message);
601 …static inline JSTaggedValue RuntimeLdBigInt(JSThread *thread, const JSHandle<JSTaggedValue> &numbe…
605const JSHandle<TaggedArray> &argumentsList);
610 …static inline JSTaggedValue RuntimeOptSuspendGenerator(JSThread *thread, const JSHandle<JSTaggedVa…
611 const JSHandle<JSTaggedValue> &value);
637 const JSHandle<JSTaggedValue> &value);